summaryrefslogtreecommitdiffstats
path: root/.scrutinizer.yml
diff options
context:
space:
mode:
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index e0c858af6..0b0984306 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -2,17 +2,23 @@ filter:
excluded_paths:
- '3rdparty/*'
- 'js/vendor/*'
- - 'js/public/*'
+ - 'js/build/*'
- 'l10n/*'
- 'templates/*'
- 'img/*'
- 'css/*'
- 'bin/*'
-
+
imports:
- - javascript
+ #- javascript disabled because of es6 producing tons of errors
- php
+ - javascript
tools:
external_code_coverage:
- timeout: 1000 \ No newline at end of file
+ timeout: 600
+
+checks:
+ php:
+ # not helpful because there is no setting to tweek the threshold
+ duplication: false \ No newline at end of file