checks:
php:
code_rating: true
filter:
excluded_paths:
- 'tests/*'
checks:
php:
code_rating: true
duplication: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
within:
brackets: true
build:
tests:
override:
-
command: 'tests/logs/clover.xml'
coverage:
file: 'clover.xml'
format: 'clover'