Update .scrutinizer.yml
This commit is contained in:
parent
b30badd8c8
commit
e2958ea71e
@ -2,23 +2,23 @@ filter:
|
||||
excluded_paths: [vendor/*, tests/*]
|
||||
|
||||
tools:
|
||||
#external_code_coverage:
|
||||
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: true
|
||||
php_code_sniffer:
|
||||
config:
|
||||
standard: PSR4
|
||||
filter:
|
||||
paths: ['src']
|
||||
sensiolabs_security_checker: true
|
||||
#php_pdepend: true
|
||||
#php_loc:
|
||||
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']
|
||||
#php_cpd: false # Must be disabled to use php_sim instead
|
||||
#php_sim:
|
||||
php_cpd: false # Must be disabled to use php_sim instead
|
||||
php_sim: false
|
||||
# enabled: true
|
||||
# filter:
|
||||
# paths: ['src']
|
||||
|
Loading…
x
Reference in New Issue
Block a user