siderolabs/conform

Jira issue key violates header case check

tylerdave opened this issue · 0 comments

I use a commit format like this:

feat: KEY-123: implement a feature

But this fails the Header Case is lower check with Commit header case is not lower.

I'd prefer to keep the Header Case to ensure the rest of the message is lowercase. Would you be open to allowing uppercase if the string is one of the keys in the Jira check?