Update Scrutinizer configuration to use new build engine

This commit is contained in:
Robbie Averill 2019-01-10 12:23:56 +01:00
parent e40cf40244
commit 65d0760fa3

View File

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