We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a commit message follows the format Merge branch 'Merge-Me', it should pass the linter.
Merge branch 'Merge-Me'
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
echo "Merge branch 'ctrom-YarnBuild'" | commitlint No additional configuration required.
echo "Merge branch 'ctrom-YarnBuild'" | commitlint
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered:
It's still not resolved.
Sorry, something went wrong.
⧗ input: Merge branch 'ctrom-YarnBuild' ✔ found 0 problems, 0 warnings (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint)
It looks like the mentioned input works fine in the current master. Which input is failing for you @StarWar?
For me, it's still not work too with @commitlint/[email protected].
Successfully merging a pull request may close this issue.
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.
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: