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 b9b0895 commit cca32b6Copy full SHA for cca32b6
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