From 56c08e55f73113cc13cedeef67a3312b314b8f40 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 18:32:54 -0400 Subject: Update scrutinizer.yml --- .scrutinizer.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c7af0d09..a8a346f1 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,7 +1,7 @@ filter: + paths: + - app/* excluded_paths: - - 'vendor/*' - - 'tests/*' - - 'app/Schema/*' - - 'app/Template/*' - - 'scripts/*' \ No newline at end of file + - app/Schema/* + - app/Template/* + - app/Locale/* -- cgit v1.2.3