From dc31d6e8c2127d54fc1f4950a847fd0955d617af Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 9 Jun 2016 10:52:01 -0700 Subject: [PATCH] Update .scrutinizer.yml (#248) --- .scrutinizer.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9794aff..42f2492 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -15,10 +15,13 @@ tools: php_pdepend: true php_loc: enabled: true - excluded_dirs: [vendor, tests] - php_cpd: + 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