2014-03-20 10:49:15 -04:00
|
|
|
imports:
|
|
|
|
- php
|
|
|
|
|
|
|
|
tools:
|
2014-03-20 11:06:44 -04:00
|
|
|
external_code_coverage:
|
|
|
|
timeout: 1000
|
2014-03-20 10:49:15 -04:00
|
|
|
# PHP
|
2014-03-27 15:46:28 -04:00
|
|
|
|
2014-03-26 21:05:52 -04:00
|
|
|
# Don't like PSR standards, not going to get messages for them!
|
|
|
|
php_code_sniffer: false
|
2014-03-27 15:46:28 -04:00
|
|
|
|
2014-03-26 21:05:52 -04:00
|
|
|
php_sim: true
|
|
|
|
# Can't be used with similarity analyzer
|
2014-03-27 15:46:28 -04:00
|
|
|
php_cpd: false
|
|
|
|
|
2014-03-20 10:49:15 -04:00
|
|
|
php_mess_detector: true
|
|
|
|
php_pdepend: true
|
|
|
|
php_loc: true
|
|
|
|
php_analyzer:
|
|
|
|
config:
|
2014-03-26 21:12:40 -04:00
|
|
|
metrics_lack_of_cohesion_methods:
|
2014-03-26 21:05:52 -04:00
|
|
|
enabled: true
|
2014-03-26 21:12:40 -04:00
|
|
|
doc_comment_fixes:
|
2014-03-27 15:46:28 -04:00
|
|
|
enabled: true
|
|
|
|
php_hhvm: true
|