-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
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
fix: !
gives errors when using parserPreset
in config
#4100
Comments
@escapedcat Edit: Let me know if I can be of any more help. I'd love to help out if I can. |
👏 Thanks for your feedback! |
the same problem, i think this problem is commitlint library side, because I already tried and follow every commitlint rule but not solve this problem |
I'm having this issue as well. I wonder if it would be resolved by #4064 as
|
Having the same issue. I think its not related to
|
I just wanted to mention that the use of single quotes versus double quotes matter in bash, zsh, etc. Basically
|
Just as an extended note: |
Steps to Reproduce
Current Behavior
When the linter runs with a commit message containing
!
the linter spits out the following errorExpected Behavior
I expect the linter to pass with a message containing
!
, likefeat!: subject
.Affected packages
Possible Solution
Haven't looked into the codebase, so can't give a possible solution to this right now.
Context
I'm just trying to run the linter on a commit hook, and to have the
!
be correctly parsed. 🙃commitlint --version
@commitlint/[email protected]
git --version
v2.45.2
node --version
v20.15.0
The text was updated successfully, but these errors were encountered: