Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove psalm #708

Merged
merged 3 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/.editorconfig export-ignore
/.travis.yml export-ignore
/appveyor.yml export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml export-ignore
/bin export-ignore
/doc export-ignore
/docker export-ignore
/tests export-ignore
25 changes: 0 additions & 25 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,3 @@ jobs:
run: |
./vendor/bin/php-cs-fixer --version
./vendor/bin/php-cs-fixer fix --diff --dry-run --show-progress=none

psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
extensions: mongo, mbstring, fileinfo
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v2

- name: Download dependencies
run: |
make require-all
composer require --dev --no-update psalm/phar:4.16
composer update --no-interaction --prefer-dist

- name: Psalm
run: |
./vendor/bin/psalm.phar --version
./vendor/bin/psalm.phar --output-format=github --no-progress --show-info=false --stats
106 changes: 0 additions & 106 deletions psalm.baseline.xml

This file was deleted.

16 changes: 0 additions & 16 deletions psalm.xml

This file was deleted.

Loading