Browse Source

chore(tool): Remove fixup commits workaround

pull/506/head
jld3103 1 year ago
parent
commit
9e16987639
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 3
      .husky/commit-msg

3
.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"

Loading…
Cancel
Save