Skip to content

Commit

Permalink
Remove psalm in favor of phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 7, 2025
1 parent 7d7d4d1 commit 24f26dc
Show file tree
Hide file tree
Showing 5 changed files with 1,327 additions and 713 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ infection.json export-ignore
Makefile export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
psalm-baseline.xml export-ignore
psalm.xml export-ignore
phpunit.xml.dist export-ignore
/tests export-ignore
/vendor-bin export-ignore
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ cs: vendor-bin/tools/vendor
cs-fix: vendor-bin/tools/vendor
vendor/bin/php-cs-fixer fix --verbose

.PHONY: psalm
psalm: vendor-bin/tools/vendor
vendor/bin/psalm --config=psalm.xml --diff --shepherd --show-info=false --stats --threads=4

.PHONY: phpstan
phpstan: vendor-bin/tools/vendor
vendor/bin/phpstan analyse
Expand Down
8 changes: 0 additions & 8 deletions psalm-baseline.xml

This file was deleted.

24 changes: 0 additions & 24 deletions psalm.xml

This file was deleted.

Loading

0 comments on commit 24f26dc

Please sign in to comment.