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.
33 lines
657 B
33 lines
657 B
filter: |
|
excluded_paths: |
|
- web/* |
|
- tests/* |
|
- vendor/* |
|
- application/third_party/* |
|
- system/* |
|
|
|
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 |