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 5511e72 commit 3f5e252
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
assert_lefthook_installed: true
commit-msg:
commands:
"lint commit message":
run: commitlint --edit "$1"
pre-commit:
parallel: true
commands:
Expand All @@ -19,7 +23,5 @@ pre-commit:
run: remark --ignore-path .gitignore --quiet --frail --no-stdout .
test-docs:
run: cargo test --doc
lint-commit:
run: commitlint --last
lint-deps:
run: cargo machete --with-metadata

0 comments on commit 3f5e252

Please sign in to comment.