You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the parser-preset, a commit message with #123 fix: fix issue, should be a valid message, and should send the type and subject correctly for the commitlint. But I'm getting this error:
✖ type may not be empty [type-empty]
✖ subject may not be empty [subject-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
What I'm missing? What I did wrong?
The text was updated successfully, but these errors were encountered:
I have similar issue. I want commitlint to only check if commit message contains "#" anywhere. I tried different kind of messages, but I never get error.
Hi,
I'm trying to make a custom commit message that starts with the ID of the issue on ours system.
This is a exemple of the message
#123 fix: fix issue
.Here is my files
By the parser-preset, a commit message with
#123 fix: fix issue
, should be a valid message, and should send thetype
andsubject
correctly for the commitlint. But I'm getting this error:What I'm missing? What I did wrong?
The text was updated successfully, but these errors were encountered: