From 086abaa504a1ec76b9f0ea4a018fdda47cbe4826 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 23 Sep 2014 09:45:43 +0200 Subject: exclude application.php from scrutinizer because its a config file and triggers bloated code quality reviews --- .scrutinizer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.scrutinizer.yml') 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 -- cgit v1.2.3