From 9c7f18cf7221077adf63c73a1785d8bbe316c0e0 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 2 Sep 2015 23:41:53 +0200 Subject: [PATCH] Update scrutinizer, set new folders for exclusion. --- .scrutinizer.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index eeb712bfa..80dd0018d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -73,9 +73,9 @@ coding_style: filter: excluded_paths: - - lib/copy_this/www/lib/smarty/* - - lib/copy_this/www/lib/Net_NNTP/* - - lib/copy_this/www/lib/rarinfo/* - - lib/PHPMailer/* - - lib/getid3/* - - lib/copy_this/misc/update_scripts/multiprocessing/forkdaemon-php/* \ No newline at end of file + - libs/smarty/* + - libs/Net_NNTP/* + - libs/rarinfo/* + - libs/PHPMailer/* + - libs/getid3/* + - libs/forkdaemon-php/* \ No newline at end of file