Skip to content

Commit

Permalink
feat(composer): Add lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Dec 9, 2024
1 parent 014fc86 commit 02cc500
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
"Composer\\Config::disableProcessTimeout",
"env XDEBUG_MODE=debug XDEBUG_TRIGGER=1 php -d memory_limit=-1 ./vendor/bin/phpunit --colors=always"
],
"lint": [
"@rector",
"@phpcs",
"@test-phpstan"
],
"test": [
"@test-phpcs",
"@test-phpstan",
Expand Down

0 comments on commit 02cc500

Please sign in to comment.