# .scrutinizer.yml
filter:
excluded_paths:
- tests/*
checks:
php:
code_rating: true
tools:
external_code_coverage:
timeout: 1800
runs: 3
php_code_coverage: false
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
negation: true
within:
brackets: false
other:
after_type_cast: false