We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5853da3 commit 5e914e2Copy full SHA for 5e914e2
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 api vendor/bin/pint --test -v
15
+
16
+lint-fix:
17
+ docker compose exec api vendor/bin/pint -v
0 commit comments