IntellIJ / Webstorm auto generates a commit message when it sees new commits on the remote branch when pushing commits. You have the option to rebase or to merge. When merging, the message "Merge remote-tracking branch 'origin/master'" is generated but it fails the commitlint.
Expected Behavior
It shouldn't fail, but ignore the commit message
Current Behavior
Fails because it's not added to the ignore wildcards
Affected packages
Possible Solution
Extend the regex of is-ignored to include the message above.
| Executable |
Version |
commitlint --version |
6.1.3 |
git --version |
2.15.0.windows.1 |
node --version |
8.9.4 |
IntellIJ / Webstorm auto generates a commit message when it sees new commits on the remote branch when pushing commits. You have the option to rebase or to merge. When merging, the message "Merge remote-tracking branch 'origin/master'" is generated but it fails the commitlint.
Expected Behavior
It shouldn't fail, but ignore the commit message
Current Behavior
Fails because it's not added to the ignore wildcards
Affected packages
Possible Solution
Extend the regex of is-ignored to include the message above.
commitlint --versiongit --versionnode --version