Update Scrutinizer configuration

This commit is contained in:
Robbie Averill 2017-10-18 21:09:58 +13:00 committed by GitHub
parent a9f840641d
commit ab13bec084
1 changed files with 8 additions and 9 deletions

View File

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