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
Is your feature request related to a problem? Please describe.
Yes
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to disallow empty scopes. I've tried .{0}, ^$ and \A\z in disallowScopes
.{0}
^$
\A\z
disallowScopes
Example: feat(): jira-123 missing scope
feat(): jira-123 missing scope
Describe the solution you'd like
either a feature to deny empty scopes or a regular expression that works in disallowScopes
A clear and concise description of what you want to happen.
feat(): jira-123 missing scope to fail
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Yes
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to disallow empty scopes. I've tried
.{0}
,^$
and\A\z
indisallowScopes
Example:
feat(): jira-123 missing scope
Describe the solution you'd like
either a feature to deny empty scopes or a regular expression that works in disallowScopes
A clear and concise description of what you want to happen.
feat(): jira-123 missing scope
to failDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The text was updated successfully, but these errors were encountered: