-
Notifications
You must be signed in to change notification settings - Fork 40
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
Implement Configurable File Validation #212
Comments
This issue came up in the community Slack group, specifically regarding the
|
Proposed implementation:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because there are so many ICL specifications, not to mention vendors who deviate from those specs, this project needs to be more flexible in the way it validates files. One potential approach would be to implement a
ValidateOpts
struct containing flags to tailor the validation behavior.For examples of how this pattern has been implemented in our other OSS repos, see:
The text was updated successfully, but these errors were encountered: