silverstripe-userforms/.scrutinizer.yml

14 lines
225 B
YAML
Raw Normal View History

2015-08-13 02:44:39 +02:00
inherit: true
tools:
2015-08-20 23:15:54 +02:00
external_code_coverage:
timeout: 1800 # 30 minute delay to allow for coverage reporting taking ages!
2015-08-13 02:44:39 +02:00
checks:
php:
code_rating: true
duplication: true
filter:
paths: [code/*, tests/*]