Update .scrutinizer.yml

This commit is contained in:
Adrien Loison 2016-06-09 10:06:58 -07:00
parent e2958ea71e
commit ed84c8ba98

View File

@ -2,26 +2,26 @@ filter:
excluded_paths: [vendor/*, tests/*] excluded_paths: [vendor/*, tests/*]
tools: tools:
external_code_coverage: false external_code_coverage:
# timeout: 600 # Wait 10 minutes for results timeout: 600 # Wait 10 minutes for results
# runs: 3 # Merge results for 5.4, 5.5 and 5.6 jobs runs: 3 # Merge results for 5.4, 5.5 and 5.6 jobs
php_mess_detector: false php_mess_detector: true
php_code_sniffer: false php_code_sniffer: true
# config: config:
# standard: PSR4 standard: PSR4
# filter: filter:
# paths: ['src'] paths: ['src']
sensiolabs_security_checker: false sensiolabs_security_checker: true
#php_pdepend: false php_pdepend: true
php_loc: false php_loc:
# enabled: true enabled: true
# filter: filter:
# paths: ['src'] paths: ['src']
php_cpd: false # Must be disabled to use php_sim instead php_cpd: false # Must be disabled to use php_sim instead
php_sim: false php_sim:
# enabled: true enabled: true
# filter: filter:
# paths: ['src'] paths: ['src']
build_failure_conditions: build_failure_conditions:
- 'project.metric("scrutinizer.quality", < 9)' # Code Quality Rating drops below 9 - 'project.metric("scrutinizer.quality", < 9)' # Code Quality Rating drops below 9