You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
checks:
|
|
php:
|
|
code_rating: true
|
|
duplication: true
|
|
|
|
tools:
|
|
php_mess_detector: true
|
|
php_code_sniffer: true
|
|
sensiolabs_security_checker: true
|
|
php_cpd: true
|
|
php_loc: true
|
|
php_pdepend: true
|
|
external_code_coverage:
|
|
timeout: 1500 #15 min
|
|
filter:
|
|
paths:
|
|
- lib/* |