33 lines
657 B
YAML
33 lines
657 B
YAML
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 |