mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Exclude docs and images foldes from Scrutinizer
This commit is contained in:
parent
4cb98f1afd
commit
2c0d03b2d6
@ -4,4 +4,4 @@ tools:
|
|||||||
scope: file
|
scope: file
|
||||||
command: php tests/phpcs_runner.php %pathname%
|
command: php tests/phpcs_runner.php %pathname%
|
||||||
filter:
|
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/*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user