Skip to content

Commit 1782305

Browse files
authored
Update Makefile
1 parent 69f7fab commit 1782305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ test: ## runs tests
3636

3737
.PHONY: fix
3838
fix: ## auto-fixes (some) linter issues
39-
cargo fix --allow-dirty
40-
cargo clippy --fix --allow-dirty
39+
cargo fix --allow-dirty --allow-staged
40+
cargo clippy --fix --allow-dirty --allow-staged

0 commit comments

Comments
 (0)