2015-11-18 03:14:01 +01:00
|
|
|
inherit: true
|
|
|
|
|
2018-03-14 21:52:44 +01:00
|
|
|
build:
|
|
|
|
nodes:
|
|
|
|
analysis:
|
|
|
|
tests:
|
|
|
|
override: [php-scrutinizer-run]
|
|
|
|
|
2015-11-18 03:14:01 +01:00
|
|
|
checks:
|
|
|
|
php:
|
|
|
|
code_rating: true
|
|
|
|
duplication: true
|
|
|
|
|
|
|
|
filter:
|
2017-11-29 03:13:46 +01:00
|
|
|
paths: [src/*, tests/*]
|