Skip to content

Commit 8478a53

Browse files
committed
make it possible to lint staged files
1 parent d3e8d37 commit 8478a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
.PHONY: install
2525

2626
lint:
27-
@cargo clippy --fix --allow-dirty
27+
@cargo clippy --fix --allow-dirty --allow-staged
2828
.PHONY: lint
2929

3030
lint_check:

0 commit comments

Comments
 (0)