From 2b3b339fbafff6c821d53b743bc2b19449db6cc9 Mon Sep 17 00:00:00 2001 From: Denis Gorbachev <829578+DenisGorbachev@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:34:30 +0700 Subject: [PATCH] fix: commitlint --- lefthook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index b44eba7..7145cea 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -1,8 +1,4 @@ assert_lefthook_installed: true -commit-msg: - commands: - "lint commit message": - run: commitlint --edit "$1" pre-commit: parallel: true commands: @@ -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"