Updated scrutinizer config

This commit is contained in:
UndefinedOffset 2019-04-30 09:49:32 -03:00
parent 0df9585206
commit d1fa2787ce
1 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,11 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
php: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths: [src/*, tests/*]
paths: ["src/*", "tests/*"]