filter:
excluded_paths:
- 'tests/*'
- 'public/js/vendor/*'
checks:
php: true
javascript: true
tools:
php_analyzer: true
php_code_sniffer:
config:
standard: PSR2
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
additive: false
multiplicative: false
within:
brackets: true