Skip to content

Commit

Permalink
fix: commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev committed Jul 31, 2024
1 parent ccf17c8 commit 2b3b339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
assert_lefthook_installed: true
commit-msg:
commands:
"lint commit message":
run: commitlint --edit "$1"
pre-commit:
parallel: true
commands:
Expand All @@ -25,3 +21,7 @@ pre-commit:
run: cargo test --doc
lint-deps:
run: cargo machete --with-metadata
commit-msg:
commands:
"lint commit message":
run: commitlint --edit "$1"

0 comments on commit 2b3b339

Please sign in to comment.