-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Is it possible to get commitlint to ignore commented lines? For example this commit message:
ops: update CommitLint allowed types
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch DAY-36-enforce-git-hygeine
# Your branch is up to date with 'origin/DAY-36-enforce-git-hygeine'.
#
# Changes to be committed:
# modified: .commitlint.yml
#
will fail because there's not an empty line after ops: update CommitLint allowed types but given the rest of the lines are all commented out, I think it should pass? I'm also finding the same thing if e.g. some of the commented lines are longer than the rules (this often happens if the path to a modified file is long)
Cheers!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels