Checkout Config
filter:
paths: [src/*]
excluded_paths: [vendor/*, test/*]
before_commands:
- 'composer install --dev --prefer-dist'
tools:
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, test]
php_cpd:
enabled: true
excluded_dirs: [vendor, test]
Repository Config
filter:
excluded_paths:
- 'test/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
within:
brackets: true