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"