From cc3ec577edf1629bc417a876990483c6ed70e46c Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:44:50 +1200 Subject: [PATCH] MNT Remove scrutinizer config. (#10396) --- .scrutinizer.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index a6f4a0634..000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -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/*