diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:32:54 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:32:54 -0400 |
commit | 56c08e55f73113cc13cedeef67a3312b314b8f40 (patch) | |
tree | e60fdc07274f09fca4059674fce9aa172e2758cf | |
parent | 72f2f65951b377dd2d4cfd10c0a8ca6f3702b8e3 (diff) |
Update scrutinizer.yml
-rw-r--r-- | .scrutinizer.yml | 10 |
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/* |