From 65d0760fa3e4010009be26aa16e44ff5cb596797 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 10 Jan 2019 12:23:56 +0100 Subject: [PATCH] Update Scrutinizer configuration to use new build engine --- .scrutinizer.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 61b0c9f6..051ef9ad 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -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/*]