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