checks:
php:
code_rating: true
duplication: true
excluded_dependencies:
- atoum/atoum
build:
environment:
php:
version: 7.0.8
filter:
paths: ["src/*"]
excluded_paths:
- "tests/"
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true