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
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
cli
core
prompt
config-angular
Possible Solution
Extend the regex of is-ignored to include the message above.