silverstripe-framework/.scrutinizer.yml

16 lines
506 B
YAML
Raw Normal View History

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%
2013-08-21 06:57:57 +02:00
filter:
excluded_paths: ["*/css/*", "css/*", "thirdparty/*", "*/jquery-changetracker/*", "parsers/HTML/BBCodeParser/*", "*/SSTemplateParser.php$", "docs/*", "*/images/*"]