question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
Gherciucommented, Feb 6, 2020

@jefferson-vieira I will keep this issue open till next release and notify you if we fix this issue.

5reactions
antonio-rodriguescommented, Sep 15, 2020

Thanks for the feedback! Please, keeps us posted about the adopted solution.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found