From 64759a25544b2cc725cab81f67e55e24ea8bfc3f Mon Sep 17 00:00:00 2001 From: Amir Date: Tue, 8 Nov 2022 11:12:24 +0100 Subject: [PATCH] Remove psalm --- .gitattributes | 2 -- .github/workflows/psalm.yml | 33 --------------------------------- .gitignore | 1 - composer.json | 3 +-- psalm.xml.dist | 16 ---------------- 5 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/workflows/psalm.yml delete mode 100644 psalm.xml.dist diff --git a/.gitattributes b/.gitattributes index 3f3076e..b914e0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,5 +11,3 @@ /.editorconfig export-ignore /.php_cs.dist.php export-ignore /.github export-ignore -/psalm.xml export-ignore -/psalm.xml.dist export-ignore diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml deleted file mode 100644 index 99cf0d9..0000000 --- a/.github/workflows/psalm.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Psalm - -on: - push: - paths: - - '**.php' - - 'psalm.xml.dist' - -jobs: - psalm: - name: psalm - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: '7.4' - extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick - coverage: none - - - name: Cache composer dependencies - uses: actions/cache@v2 - with: - path: vendor - key: composer-${{ hashFiles('composer.lock') }} - - - name: Run composer install - run: composer install -n --prefer-dist - - - name: Run psalm - run: ./vendor/bin/psalm --output-format=github diff --git a/.gitignore b/.gitignore index d003269..c20c0b4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ composer.lock coverage docs phpunit.xml -psalm.xml vendor diff --git a/composer.json b/composer.json index ac6b5c4..15916c3 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,7 @@ "require-dev": { "mockery/mockery": "^1.3.3", "orchestra/testbench": "^4.0|^6.6|^7.0", - "phpunit/phpunit": "^8.5|^9.5", - "vimeo/psalm": "^3.11|^4.20" + "phpunit/phpunit": "^8.5|^9.5" }, "autoload": { "psr-4": { diff --git a/psalm.xml.dist b/psalm.xml.dist deleted file mode 100644 index c6df33e..0000000 --- a/psalm.xml.dist +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - -