Repository Config
filter:
excluded_paths:
- 'vendor/*'
- 'Tests/*'
checks:
php:
code_rating: true
duplication: true
tools:
external_code_coverage: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false
# This should enable a better analysis of php code
# but at the same time it seems to try to install dependencies of the bundle
# and fail with oom (for php 5.6...)
# Q: would it not be ok to just tell scrutinizer to _not_ run composer at all? (there is a setting 4 that...)
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
environment:
php:
version: 7.2