Added better Scrutinizer support

This commit is contained in:
Christopher Pitt 2015-05-12 23:25:40 +12:00
parent 3b7aff28d5
commit a868b6b1dc
1 changed files with 7 additions and 7 deletions

View File

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