silverstripe-versionfeed/.scrutinizer.yml

15 lines
192 B
YAML
Raw Normal View History

2015-11-07 11:14:50 +13:00
inherit: true
2017-12-12 09:43:12 +13:00
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
2015-11-07 11:14:50 +13:00
checks:
2015-11-21 19:33:52 +13:00
php:
code_rating: true
duplication: true
2015-11-07 11:14:50 +13:00
filter:
2017-12-12 09:43:12 +13:00
paths: [src/*, tests/*]