silverstripe-environmentcheck/.scrutinizer.yml

14 lines
225 B
YAML
Raw Normal View History

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