Explorar o código

Add setup for scrutinizer.

Laurent Destailleur %!s(int64=11) %!d(string=hai) anos
pai
achega
7c6f4180d0
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      .scrutinizer.yml

+ 19 - 0
.scrutinizer.yml

@@ -0,0 +1,19 @@
+# .scrutinizer.yml
+imports:
+    - javascript
+    - php
+
+filter:
+    excluded_paths: [build/*, dev/*, doc/*, test/*, htdocs/includes/*]
+
+tools:
+    # Similar Code Detector
+    php_sim: true
+
+    # Metrics
+    php_pdepend: true
+
+    # Some Metrics + Bug Detection/Auto-Fixes
+    php_analyzer: true
+
+## Overwrite as needed here.