Browse Source

Fix duplicate

Laurent Destailleur 5 years ago
parent
commit
99d7cb72a1
1 changed files with 0 additions and 16 deletions
  1. 0 16
      .scrutinizer.yml

+ 0 - 16
.scrutinizer.yml

@@ -194,22 +194,6 @@ tools:
                 - 'test/*'
                 - 'htdocs/includes/*'
             paths: {  }
-
-    php_changetracking:
-        enabled: false
-        bug_patterns:
-            - '\bfix(?:es|ed)?\b'
-        feature_patterns:
-            - '\badd(?:s|ed)?\b'
-            - '\bimplement(?:s|ed)?\b'
-        filter:
-            excluded_paths:
-                - 'build/*'
-                - 'dev/*'
-                - 'doc/*'
-                - 'test/*'
-                - 'htdocs/includes/*'
-            paths: {  }
             
     # Coding-Style / Bug Detection
     js_hint: