checks:
php:
code_rating: true
duplication: true
filter:
paths:
- 'app/*'
excluded_paths:
- 'app/views/*'
- 'app/config/*'
- 'app/database/*'
checks:
php: true
coding_style:
php:
spaces:
general:
linefeed_character: return-newline
build: true