diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c7af0d092..a8a346f11 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/*