mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
13 lines
163 B
YAML
13 lines
163 B
YAML
|
inherit: true
|
||
|
|
||
|
tools:
|
||
|
external_code_coverage: true
|
||
|
|
||
|
checks:
|
||
|
php:
|
||
|
code_rating: true
|
||
|
duplication: true
|
||
|
|
||
|
filter:
|
||
|
paths: [code/*, tests/*]
|