File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 1- inherit : true
1+ filter :
2+ excluded_paths :
3+ - ' vendor/*'
24
35tools :
4- external_code_coverage : true
5- php_code_sniffer : true
6+ php_mess_detector :
7+ config :
8+ controversial_rules : { superglobals: false }
69 php_cpd : true
10+ php_pdepend : true
11+ php_code_coverage : false
12+ php_code_sniffer : true
713 php_cs_fixer : true
814 php_loc : true
9- php_mess_detector : true
10- php_pdepend : true
1115 php_analyzer : true
1216 sensiolabs_security_checker : true
17+ external_code_coverage :
18+ timeout : ' 900'
1319
14- filter :
15- excluded_paths :
16- - ' vendor/*'
20+ checks :
21+ php :
22+ psr2_class_declaration : false
23+ psr2_switch_declaration : false
24+ sql_injection_vulnerabilities : true
25+ security_vulnerabilities : true
26+ no_eval : true
27+ code_rating : true
28+ duplication : true
You can’t perform that action at this time.
0 commit comments