From d842b328c4ef2acc44059b16bb37d372c479e60f Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Fri, 4 Oct 2024 18:10:19 +0200 Subject: [PATCH] Remove psalm --- .github/workflows/build.yml | 5 ----- composer.json | 1 - psalm.xml | 35 ----------------------------------- 3 files changed, 41 deletions(-) delete mode 100644 psalm.xml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebd6b41..a7042cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,11 +91,6 @@ jobs: run: vendor/bin/ecs check src if: always() && steps.end-of-setup.outcome == 'success' - - - name: Run Psalm - run: vendor/bin/psalm --show-info=false --output-format=github - if: always() && steps.end-of-setup.outcome == 'success' - - name: Run PHPStan run: vendor/bin/phpstan analyse diff --git a/composer.json b/composer.json index 10ef3d6..ff15b16 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,6 @@ "symfony/intl": "^5.4|^6.4", "symfony/runtime": "^5.4|^6.4", "symfony/web-profiler-bundle": "^5.4|^6.4", - "vimeo/psalm": "^4|^5", "symfony/webpack-encore-bundle": "^1.16", "matthiasnoback/symfony-config-test": "^5.1", "robertfausk/behat-panther-extension": "^1.1", diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index e0b4c8e..0000000 --- a/psalm.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -