We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e06f4 commit 14dbd01Copy full SHA for 14dbd01
1 file changed
Makefile
@@ -11,4 +11,7 @@ init:
11
test-fresh: init test
12
13
lint:
14
- docker compose exec -T api vendor/bin/psalm
+ docker compose exec -T api vendor/bin/pint --test -v
15
+
16
+lint-fix:
17
+ docker compose exec -T api vendor/bin/pint -v
0 commit comments