summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-08-10 22:22:49 +0200
committerGitHub <noreply@github.com>2016-08-10 22:22:49 +0200
commitf6075f46327bf3dd1a09e71f3baa89e602993787 (patch)
treef091e8050e1e3a48af007136605faf05e442d451
parentfcc9989b60a5d6cc2365f0e0dcd62d355342aebd (diff)
Delete .scrutinizer.yml
-rw-r--r--.scrutinizer.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
deleted file mode 100644
index 47ed1569a..000000000
--- a/.scrutinizer.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-filter:
- excluded_paths:
- - 'vendor/*'
- - 'js/vendor/*'
- - 'js/build/*'
- - 'l10n/*'
- - 'templates/*'
- - 'img/*'
- - 'css/*'
- - 'bin/*'
- - 'tmp/*'
- - 'appinfo/routes.php'
- - 'appinfo/application.php'
- - 'tests/*'
-
-imports:
- #- javascript disabled because of es6 producing tons of errors
- - php
- - javascript
-
-tools:
- external_code_coverage:
- timeout: 300
-
-checks:
- php:
- # not helpful because there is no setting to tweek the threshold
- duplication: false
- # this is not working properly with core exceptions
- catch_class_exists: false
- avoid_tab_indentation: true
- line_length:
- max_length: '80'