Merge pull request #4182 from assertchris/add-better-scrutinizer-support

Added better Scrutinizer support
This commit is contained in:
Damian Mooyman 2015-05-14 11:49:25 +12:00
commit a96b100fe2

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