-
Notifications
You must be signed in to change notification settings - Fork 905
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
False positives when using the slash symbol ("/") in scope #262
Comments
Probably a bug with |
Having the same issue with commas in scopes with recent releases. Works in v5.2.3, breaks in v5.2.4. |
Fixed via
|
@marionebl It's happening again and it's different. Example repo is here. Looks like there's an extra new-line before my commit message:
without slash:
version:
cli-test:
|
@marionebl Did you see this? Do I need to submit a new issue? |
If you include the slash symbol (
/
) in the scope of a commit message,subject-empty
andtype-empty
rules start throwing errors.Current Behavior
For the commit message
feat(components/Component): subject
, I am currently getting the following output:Expected Behavior
The commit message
feat(components/Component): subject
should pass.Affected packages
Not sure.
Possible Solution
Not sure.
Steps to Reproduce (for bugs)
feat(components/Component): subject
commitlint -e
commitlint.config.js
Context
Can't use scopes with slashes in them.
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: