silverstripe-widgets/.scrutinizer.yml

16 lines
193 B
YAML
Raw Normal View History

2015-11-06 23:07:39 +01:00
inherit: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
2015-11-06 23:07:39 +01:00
checks:
2015-11-18 03:42:00 +01:00
php:
code_rating: true
duplication: true
2015-11-06 23:07:39 +01:00
filter:
paths: [src/*, tests/*]