'jira-task-id-empty' is being emitted when the commit message separator is not ":"
See original GitHub issue‘jira-task-id-empty’ is being emitted when the commit message separator is not “:”
Sample commit message:
TEST-001 jira commit lint
commitlint.config.js
module.exports = {
plugins: ['commitlint-plugin-jira-rules'],
extends: ['jira'],
rules: {
'jira-commit-message-separator': [2, 'always', ' ']
}
};
result:
the commit message must provide minimum one task id followed by (:) symbol, if task not have an id use a conventional task id e.g: "IB-0000: My commit message" [jira- task-id-empty]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Gerrit error when Change-Id in commit messages are missing
If no, use git rebase -i to reword the commit messages and add proper Change-Ids (usually this is a SHA1 of the first...
Read more >Ubuntu Manpage: git-interpret-trailers - add or parse ...
This command reads some patches or commit messages from either the <file> ... used when another separator is not specified in the config...
Read more >Conventional Commits
0. Summary. The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for...
Read more >How to write a good commit message - DEV Community
Good commit messages are important not only for others who you may ... blank line separating the summary from the body is critical...
Read more >Commit message templates - GitLab Docs
%{source_branch}, The name of the branch being merged. my-feature-branch ... %{first_multiline_commit}, Full message of the first commit that's not a merge ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jefferson-vieira I will keep this issue open till next release and notify you if we fix this issue.
Thanks for the feedback! Please, keeps us posted about the adopted solution.