Exclude docs and images foldes from Scrutinizer

This commit is contained in:
Simon Welsh 2013-08-21 18:53:58 +12:00
parent 4db6520357
commit ba6fde6816
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ tools:
scope: file
command: php tests/phpcs_runner.php %pathname%
filter:
excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$"]
excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$", "docs/*", "*/images/*"]