diff options
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index aad0420a..0a235f70 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -14,6 +14,7 @@ tools: - 'vendor/*' - 'tests/*' - 'app/Template/*' + - 'scripts/*' paths: { } php_pdepend: enabled: true @@ -26,6 +27,7 @@ tools: - 'vendor/*' - 'tests/*' - 'app/Template/*' + - 'scripts/*' paths: { } php_analyzer: enabled: true @@ -37,6 +39,7 @@ tools: - 'vendor/*' - 'tests/*' - 'app/Template/*' + - 'scripts/*' paths: { } path_configs: { } php_changetracking: @@ -51,4 +54,5 @@ tools: - 'vendor/*' - 'tests/*' - 'app/Template/*' + - 'scripts/*' paths: { } |