You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup of #273. An input like echo "feat: something" | commitlint unexpectedly emits a scopes are not allowed error, even though a scope is not used in the commit message.
Trying the same with types.options: [] doesn't seem to work properly either, but let's be honest, permitting scopes but not types makes absolutely no sense at all, so I wouldn't really consider this a problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Followup of #273. An input like
echo "feat: something" | commitlint
unexpectedly emits ascopes are not allowed
error, even though a scope is not used in the commit message.Config
Error message
scopes are not allowed
Expected behavior
No error.
Version
Additional context
Trying the same with
types.options: []
doesn't seem to work properly either, but let's be honest, permitting scopes but not types makes absolutely no sense at all, so I wouldn't really consider this a problem.The text was updated successfully, but these errors were encountered: