Skip to content

Commit

Permalink
Add psalm-clear-cache shortcut to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Jan 11, 2025
1 parent 36ed2ef commit d99ad1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test composer-audit npm-audit cs-fix check-file-patterns check-makefile check-sri-macros-concat lint-php lint-latte lint-neon lint-xml lint-xml-auto-install phpcs phpstan phpstan-vendor psalm tester tester-include-skipped gitleaks composer-dependency-analyser update-security-txt
.PHONY: test composer-audit npm-audit cs-fix check-file-patterns check-makefile check-sri-macros-concat lint-php lint-latte lint-neon lint-xml lint-xml-auto-install phpcs phpstan phpstan-vendor psalm psalm-clear-cache tester tester-include-skipped gitleaks composer-dependency-analyser update-security-txt

test: composer-audit npm-audit check-file-patterns check-makefile check-sri-macros-concat lint-php lint-latte lint-neon lint-xml phpcs phpstan tester psalm phpstan-vendor composer-dependency-analyser

Expand Down Expand Up @@ -47,6 +47,9 @@ phpstan-vendor:
psalm:
php8.3 vendor/bin/psalm.phar

psalm-clear-cache:
php8.3 vendor/bin/psalm.phar --clear-cache

tester:
vendor/nette/tester/src/tester -s -c tests/php-unix.ini -d zend.assertions=1 --colors 1 --coverage temp/coverage.html --coverage-src src/ tests/

Expand Down

0 comments on commit d99ad1f

Please sign in to comment.