We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd3c68 commit 09cae98Copy full SHA for 09cae98
lefthook.yml
@@ -2,6 +2,7 @@ pre-commit:
2
parallel: true
3
commands:
4
fmt:
5
- run: cargo fmt --all -- --check
6
- fail_text: "Code is not formatted. Run 'cargo fmt' and commit again."
+ run: cargo fmt --all
+ tags: formatting
7
+ stage_fixed: true
8
0 commit comments