silverstripe-userforms/.scrutinizer.yml

14 lines
225 B
YAML
Raw Permalink Normal View History

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