silverstripe-comments/.scrutinizer.yml

16 lines
193 B
YAML
Raw Normal View History

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