mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
506 B
YAML
16 lines
506 B
YAML
tools:
|
|
php_pdepend:
|
|
enabled: true
|
|
excluded_dirs:
|
|
- vendor
|
|
- thirdparty
|
|
- tests
|
|
- parsers/HTML/BBCodeParser
|
|
- docs
|
|
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/*"]
|