MNT Remove scrutinizer config. (#10396)

This commit is contained in:
Guy Sartorelli 2022-07-08 16:44:50 +12:00 committed by GitHub
parent 8a314a90e7
commit cc3ec577ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
inherit: true
build:
environment:
variables:
# Must match actual branch, not alias. E.g. 4.x-dev rather than 4.1.x-dev for 4 branch, but 4.0.x-dev for 4.0 branch
COMPOSER_ROOT_VERSION: 4.x-dev
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths:
- src/*
- tests/*