]> 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 08f4a3e98cd9fa74e64c49794a26d551f2525275..dee92922afd2b5d672789943e8e44439cdfefe6a 100644 (file)
@@ -4,6 +4,7 @@ filter:
     excluded_paths:
         - 'vendor/*'
         - 'app/*'
+        - 'var/*'
         - 'web/*'
         - 'src/Wallabag/*Bundle/Tests/*'
         - '*Test.php'
@@ -21,3 +22,7 @@ tools:
     php_code_coverage: true
     php_sim: false
     php_cpd: false
+
+checks:
+    php:
+        code_rating: true