From 9e16987639aa9ba9384391ecb34fbbbf726fcf61 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sat, 29 Jul 2023 21:47:39 +0200 Subject: [PATCH] chore(tool): Remove fixup commits workaround --- .husky/commit-msg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 0f679104..48ebb932 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,5 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -# https://github.com/hyiso/commitlint/issues/6 -sed "s/^fixup! //" < "$1" | dart run commitlint_cli +dart run commitlint_cli --edit "$1"