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.
25 lines
525 B
25 lines
525 B
imports: |
|
- php |
|
|
|
tools: |
|
external_code_coverage: |
|
timeout: 1000 |
|
# PHP |
|
|
|
# Don't like PSR standards, not going to get messages for them! |
|
php_code_sniffer: false |
|
|
|
php_sim: true |
|
# Can't be used with similarity analyzer |
|
php_cpd: false |
|
|
|
php_mess_detector: true |
|
php_pdepend: true |
|
php_loc: true |
|
php_analyzer: |
|
config: |
|
metrics_lack_of_cohesion_methods: |
|
enabled: true |
|
doc_comment_fixes: |
|
enabled: true |
|
php_hhvm: true |