Skip to content

Commit

Permalink
Remove Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 16, 2024
1 parent 0d80994 commit 17e1c4c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
/.gitignore export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- name: Run PHPStan
run: vendor/bin/phpstan analyse --error-format=github

- name: Run Psalm
run: vendor/bin/psalm --output-format=github

- name: Setup Problem Matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
/composer.lock
/phpstan.neon
/phpunit.xml
/psalm.xml
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"phpstan/phpstan": "^1.11.10",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^9.6.20",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.30"
"phpunit/phpunit": "^9.6.20"
},
"autoload": {
"psr-4": {
Expand All @@ -48,11 +46,9 @@
"scripts": {
"test": [
"@phpstan",
"@psalm",
"@phpunit"
],
"phpunit": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse",
"psalm": "vendor/bin/psalm"
"phpstan": "vendor/bin/phpstan analyse"
}
}
21 changes: 0 additions & 21 deletions psalm.xml.dist

This file was deleted.

0 comments on commit 17e1c4c

Please sign in to comment.