From c43f53fc9a21e7e646bfad1e62929e86ecbda28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 2 Dec 2024 19:42:37 +0100 Subject: [PATCH] Drop Psalm As per our decision during the Hackathon --- .gitattributes | 1 - .github/workflows/static-analysis.yml | 2 +- composer.json | 3 +-- psalm.xml | 18 ------------------ 4 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 psalm.xml diff --git a/.gitattributes b/.gitattributes index 3f9b848..c2c9c8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,3 @@ phpunit.xml.dist export-ignore phpcs.xml.dist export-ignore composer.lock export-ignore phpstan.neon.dist export-ignore -psalm.xml export-ignore diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ff75e0e..c780fe5 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,4 +12,4 @@ on: jobs: static-analysis-phpstan: name: "Static Analysis" - uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.3.0" + uses: "doctrine/.github/.github/workflows/phpstan.yml@5.3.0" diff --git a/composer.json b/composer.json index d4d9a7b..a560671 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,7 @@ "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25 || ^5.4" + "phpunit/phpunit": "^8.5 || ^9.5" }, "autoload": { "psr-4": { diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index 99a93f3..0000000 --- a/psalm.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - -