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