Sfoglia il codice sorgente

Limit scope of scrutinizer to actual application code

Morris Jobke 8 anni fa
parent
commit
25655edfa6
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .scrutinizer.yml

+ 4 - 0
.scrutinizer.yml

@@ -6,6 +6,7 @@ filter:
         - 'l10n/*'
         - 'core/l10n/*'
         - 'apps/*/l10n/*'
+        - 'apps/*/tests/*'
         - 'lib/l10n/*'
         - 'core/vendor/*'
         - 'core/js/tests/lib/*.js'
@@ -13,6 +14,9 @@ filter:
         - 'core/js/jquery-showpassword.js'
         - 'core/js/jquery-tipsy.js'
         - 'core/js/placeholders.js'
+        - 'settings/l10n/*'
+        - 'tests/*'
+        - 'build/*'
 
 
 imports: