You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set rule 'subject-case': [2, 'always', 'sentence-case']. With title fix item I expect to see error message: subject must be sentence-case [subject-case].
Current Behavior
I set rule 'subject-case': [2, 'always', 'sentence-case']. With title fix item I see error message: subject must not be sentence-case [subject-case].
Screen shot
Steps to Reproduce (for bugs)
Create config files listed below.
Add commit with header: fix item.
See error message with title subject must not be sentence-case [subject-case].
Expected Behavior
I set rule
'subject-case': [2, 'always', 'sentence-case']
. With titlefix item
I expect to see error message:subject must be sentence-case [subject-case]
.Current Behavior
I set rule
'subject-case': [2, 'always', 'sentence-case']
. With titlefix item
I see error message:subject must not be sentence-case [subject-case]
.Screen shot
Steps to Reproduce (for bugs)
fix item
.subject must not be sentence-case [subject-case]
..commitlintrc.js
.commitlint-preset.js
Your Environment
I'm using Tower app to work with git. It uses system git binary. Commitlint is executed using
husky
andcommitmsg
script.commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: