-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for regexes to allow property values #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Some ideas on how to improve it. Also, CI is failing, seems to be due to the changes, or was it already failing locally for you?
27a7b22
to
d21b7e4
Compare
It was giving error because of the typing of |
d21b7e4
to
4c771ca
Compare
This comment has been minimized.
This comment has been minimized.
Thanks, released! |
Initial checklist
Description of changes
Sometimes it can be unsafe to allow any values for a property while there may be so many safe values that you would need to pass a very large list.
I propose to also accept RegEx in the list of allowed property values.