silverstripe-comments/.scrutinizer.yml

16 lines
193 B
YAML
Raw Permalink Normal View History

2015-05-13 00:10:31 +12:00
inherit: true
2016-03-21 17:08:53 +13:00
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
2016-03-21 17:08:53 +13:00
checks:
php:
code_rating: true
duplication: true
2016-03-21 17:08:53 +13:00
filter:
paths: [src/*, tests/*]