From 082c118f333eca71c4e9096d5e92dba1b8bbd844 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 9 Jun 2016 08:26:25 -0700 Subject: [PATCH] Update .scrutinizer.yml --- .scrutinizer.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 937154c..42f2492 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -15,11 +15,13 @@ tools: php_pdepend: true php_loc: enabled: true - excluded_dirs: [vendor, tests] + filter: + paths: ['src'] php_cpd: false # Must be disabled to use php_sim instead php_sim: enabled: true - excluded_dirs: [vendor, tests] + filter: + paths: ['src'] build_failure_conditions: - 'project.metric("scrutinizer.quality", < 9)' # Code Quality Rating drops below 9