-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When using the commit-msg hook it would be nice to ignore fixup commits. For CI purposes I see that it could make sense to block them since you don't want to merge fixup commits, but that's not the goal of this tool.
My workaround for this is just using this as the hook: sed "s/^fixup! //" < "$1" | dart run commitlint_cli
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request