siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

Jira issue key violates header case check #213

Open tylerdave opened 2 years ago

tylerdave commented 2 years ago

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?