Skip to content

Commit 2b3b339

Browse files
fix: commitlint
1 parent ccf17c8 commit 2b3b339

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lefthook.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
assert_lefthook_installed: true
2-
commit-msg:
3-
commands:
4-
"lint commit message":
5-
run: commitlint --edit "$1"
62
pre-commit:
73
parallel: true
84
commands:
@@ -25,3 +21,7 @@ pre-commit:
2521
run: cargo test --doc
2622
lint-deps:
2723
run: cargo machete --with-metadata
24+
commit-msg:
25+
commands:
26+
"lint commit message":
27+
run: commitlint --edit "$1"

0 commit comments

Comments
 (0)