summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.scrutinizer.yml10
1 files 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/*