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 d6f26f9 commit 5c794f0Copy full SHA for 5c794f0
lefthook.yml
@@ -0,0 +1,7 @@
1
+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."
7
+
0 commit comments