浏览代码

Add js into analysis

Laurent Destailleur 11 年之前
父节点
当前提交
cf3e0cfbff
共有 1 个文件被更改,包括 3 次插入0 次删除
  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.