Skip to content

Commit 5e914e2

Browse files
committed
add pint linter to Makefile (#996)
* adjust Makefile * add -T for prettyness
1 parent 5853da3 commit 5e914e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ init:
1111
test-fresh: init test
1212

1313
lint:
14-
docker compose exec -T api vendor/bin/psalm
14+
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

Comments
 (0)