summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 09:45:43 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 09:46:18 +0200
commit086abaa504a1ec76b9f0ea4a018fdda47cbe4826 (patch)
tree700619e6c8b0754f78869ad859e67b6fcb866081
parent1c872d3d501b2f9894510dac27b284409b555df1 (diff)
exclude application.php from scrutinizer because its a config file and triggers bloated code quality reviews
-rw-r--r--.scrutinizer.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 0b0984306..64622051c 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -8,6 +8,7 @@ filter:
- 'img/*'
- 'css/*'
- 'bin/*'
+ - 'appinfo/application.php'
imports:
#- javascript disabled because of es6 producing tons of errors
@@ -21,4 +22,4 @@ tools:
checks:
php:
# not helpful because there is no setting to tweek the threshold
- duplication: false \ No newline at end of file
+ duplication: false