commitlint-jira icon indicating copy to clipboard operation
commitlint-jira copied to clipboard

Subject case rule is ignored

Open grrinchas opened this issue 3 years ago • 0 comments

Hello,

I have found that overriding subject-case with [2, "always", "sentence-case"] no errors are reported.

For example,

git commit -m "EX-12: subject case" -- should throw error
git commit -m "EX-12: Subject case" -- should pass

Maybe we can add new rule for this? or fix ti?

Thanks.

grrinchas avatar Aug 26 '22 10:08 grrinchas