]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .scrutinizer.yml
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .scrutinizer.yml
index 547120e6f0bee19fcd1a3e2d10980f9a16716d28..dee92922afd2b5d672789943e8e44439cdfefe6a 100644 (file)
@@ -4,6 +4,7 @@ filter:
     excluded_paths:
         - 'vendor/*'
         - 'app/*'
+        - 'var/*'
         - 'web/*'
         - 'src/Wallabag/*Bundle/Tests/*'
         - '*Test.php'
@@ -16,7 +17,12 @@ tools:
     php_code_sniffer: true
     php_pdepend: true
     sensiolabs_security_checker: true
-    external_code_coverage: true
+    #external_code_coverage:
+    #    timeout: 3600
     php_code_coverage: true
     php_sim: false
     php_cpd: false
+
+checks:
+    php:
+        code_rating: true