mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
10 lines
110 B
YAML
10 lines
110 B
YAML
|
inherit: true
|
||
|
|
||
|
checks:
|
||
|
php:
|
||
|
code_rating: true
|
||
|
duplication: true
|
||
|
|
||
|
filter:
|
||
|
paths: [code/*, tests/*]
|