filter:
excluded_paths:
- 'tests/*'
checks:
php:
excluded_dependencies:
- satooshi/php-coveralls
coding_style:
php:
spaces:
around_operators:
concatenation: true
within:
brackets: true
filter:
excluded_paths: [vendor/*, Tests/*]
checks:
php:
code_rating: true
duplication: true
tools:
external_code_coverage:
timeout: 1200