From 0fc586c2b91cc3a51361e9872c7044415264c67f Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 12 Feb 2022 18:38:19 +0900 Subject: [PATCH] Removed .scrutinizer.yml --- .gitattributes | 1 - .scrutinizer.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index 03e7f140456..80e80f1202b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,7 +23,6 @@ /psalm.xml.dist export-ignore /README.md export-ignore /scoper.inc.php export-ignore -/.scrutinizer.yml export-ignore /tests export-ignore /vendor-bin export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index c249e4e03aa..00000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,15 +0,0 @@ -build: - environment: - postgresql: false - redis: false - -checks: - php: true - -filter: - excluded_paths: - - "tests/" - - "src/Psalm/Stubs/" - - "examples/" - - "src/Psalm/CallMap.php" - - "src/Psalm/PropertyMap.php"