mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4182 from assertchris/add-better-scrutinizer-support
Added better Scrutinizer support
This commit is contained in:
commit
a96b100fe2
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user