Exclude docs and images foldes from Scrutinizer

This commit is contained in:
Simon Welsh 2013-08-21 18:53:58 +12:00
parent 4cb98f1afd
commit 2c0d03b2d6

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/*"]