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"