Browse Source

Add js into analysis

Laurent Destailleur 11 years ago
parent
commit
cf3e0cfbff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .scrutinizer.yml

+ 3 - 0
.scrutinizer.yml

@@ -16,4 +16,7 @@ tools:
     # Some Metrics + Bug Detection/Auto-Fixes
     php_analyzer: true
 
+	# Coding-Style / Bug Detection
+    js_hint: true
+
 ## Overwrite as needed here.