inherit: true
checks:
php:
code_rating: true
duplication: true
phpunit_assertions: true
filter:
paths: [code/*]
excluded_paths: [tests/*]
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
build: true