filter:
excluded_paths:
- tests/*
tools:
external_code_coverage:
timeout: 800 # Timeout in seconds.
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
checks:
php: true
coding_style:
php:
indentation:
general:
size: 1