Expected Behavior
If a commit message follows the format Merge branch 'Merge-Me', it should pass the linter.
Current Behavior
Messages in the above stated format do not pass the linter. This seems to be a violation of the logic here:
https://github.com/marionebl/commitlint/blob/master/@commitlint/core/src/library/is-ignored.js
Steps to Reproduce (for bugs)
echo "Merge branch 'ctrom-YarnBuild'" | commitlint
No additional configuration required.
| Executable |
Version |
commitlint --version |
5.1.1 |
git --version |
2.15.1 |
node --version |
v9.3.0 |
Expected Behavior
If a commit message follows the format
Merge branch 'Merge-Me', it should pass the linter.Current Behavior
Messages in the above stated format do not pass the linter. This seems to be a violation of the logic here:
https://github.com/marionebl/commitlint/blob/master/@commitlint/core/src/library/is-ignored.js
Steps to Reproduce (for bugs)
echo "Merge branch 'ctrom-YarnBuild'" | commitlintNo additional configuration required.
commitlint --versiongit --versionnode --version