Skip to content

Commit

Permalink
Improve static analyzers composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
iquito committed Dec 9, 2020
1 parent aac0923 commit 6dc38c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
},
"scripts": {
"phpstan": "vendor/bin/phpstan analyse",
"phpstan_full": "vendor/bin/phpstan clear-result-cache && vendor/bin/phpstan analyse",
"phpstan_base": "vendor/bin/phpstan analyse --generate-baseline",
"phpstan_clear": "vendor/bin/phpstan clear-result-cache",
"psalm": "vendor/bin/psalm --show-info=false --diff",
"psalm_full": "vendor/bin/psalm --show-info=false",
"psalm": "vendor/bin/psalm --show-info=false",
"psalm_full": "vendor/bin/psalm --clear-cache && vendor/bin/psalm --show-info=false",
"psalm_base": "vendor/bin/psalm --set-baseline=psalm-baseline.xml",
"phpunit": "vendor/bin/phpunit --colors=always",
"phpunit_clover": "vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml",
Expand Down

0 comments on commit 6dc38c0

Please sign in to comment.