Skip to content

Commit d98a727

Browse files
Add psalm command to makefile
1 parent a7b7cb4 commit d98a727

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ phpstan-generate-baseline: c=--generate-baseline=.phpstan-baseline.php analyze
149149
phpstan-generate-baseline: phpstan
150150
.PHONY: phpstan-generate-baseline
151151

152+
psalm: ## Run psalm analysis
153+
@$(PHP) php vendor/bin/psalm --long-progress --output-format=github
154+
.PHONY: psalm
155+
152156
## —— Coding standards —————————————————————————————————————————————————————————
153157
phpcsfixer-check: ## Check for php coding standards issues
154158
@$(PHP) vendor/bin/php-cs-fixer check --diff -vvv

0 commit comments

Comments
 (0)