mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
14 lines
225 B
YAML
14 lines
225 B
YAML
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/*]
|