Skip to content

Ignore fixup commits #6

@provokateurin

Description

@provokateurin

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions