checks:
php:
duplication: true
filter:
excluded_paths:
- vendor/*
before_commands:
- "composer install --prefer-source"
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
checks:
php:
duplication: true
filter:
excluded_paths:
- vendor/*
before_commands:
- "composer install --prefer-source"