-
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
The character "/" triggers unexpected errors #291
Labels
Comments
Please share the Can't reproduce your issue with a fresh install. Any chance you provided a custom
|
marionebl
added a commit
that referenced
this issue
Feb 22, 2018
marionebl
added a commit
that referenced
this issue
Feb 22, 2018
marionebl
added a commit
that referenced
this issue
Feb 22, 2018
Here is the configuration from my {
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"scope-case": [
2,
"always",
"camel-case"
],
"scope-empty": [
2,
"never"
],
"type-enum": [
2,
"always",
[
"feat",
"fix",
"tech",
"chore",
"docs",
"style",
"test",
"revert"
]
]
}
} |
escapedcat
added a commit
to escapedcat/commitlint
that referenced
this issue
Dec 23, 2018
Merged
marionebl
pushed a commit
that referenced
this issue
Jan 27, 2019
Will land with next release (presumably 7.4.1) |
4 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I can add a
/
in the scope to define it more preciselyCurrent Behavior
The
/
character triggers multiple warnings:Affected packages
Possible Solution
In previous versions, the
/
character was not triggering these errors (tested with"@commitlint/cli": "5.2.0"
).Your Environment
Mac OSX 10.13.2
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: