]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .scrutinizer.yml
Rewrite travis & add scrutinizer
[github/wallabag/wallabag.git] / .scrutinizer.yml
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644 (file)
index 0000000..547120e
--- /dev/null
@@ -0,0 +1,22 @@
+filter:
+    paths:
+        - src/*
+    excluded_paths:
+        - 'vendor/*'
+        - 'app/*'
+        - 'web/*'
+        - 'src/Wallabag/*Bundle/Tests/*'
+        - '*Test.php'
+
+tools:
+    php_cs_fixer: true
+    php_analyzer: true
+    php_mess_detector: true
+    php_changetracking: true
+    php_code_sniffer: true
+    php_pdepend: true
+    sensiolabs_security_checker: true
+    external_code_coverage: true
+    php_code_coverage: true
+    php_sim: false
+    php_cpd: false