silverstripe-framework/.scrutinizer.yml
2013-08-28 20:41:38 +12:00

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