-
Notifications
You must be signed in to change notification settings - Fork 16
Enhance URI validation #257
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
Conversation
| startsWith(), | ||
| endsWith(), | ||
| contains(), | ||
| celFormat(), |
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.
Renamed all these to stay consistent. I can un-rename them if it's confusing.
timostamm
left a comment
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.
There's a new .DS_Store file that should be removed. The CI failure seems to be just a formatting issue.
- Avoid ambiguity in "string contains" - Don't quote identifiers with backticks - KISS with "Parses the rule" Context: bufbuild/protovalidate-java#257 (comment) Also see: bufbuild/protovalidate-go#208
timostamm
left a comment
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.
Renamed all these to stay consistent. I can un-rename them if it's confusing.
I'm not sure that names and organization are ideal, but I don't have an idea that's decisively better.
This ports the validation logic from protovalidate-go for validating URIs and URI references.