silverstripe-versionfeed/.scrutinizer.yml

15 lines
192 B
YAML
Raw Normal View History

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