-
Notifications
You must be signed in to change notification settings - Fork 2
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 fixture for wrong digest algorithm #85
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.
I don't think E001
in the name is helpful -- whether a validator reports E001
will depend on what it does after understanding a disallowed md5
digest choice -- if it reports that as disallowed but then continues normally, I think all files are OK
My validator reports all sorts of confusing errors because it rejects
This isn't really helpful. Either the validator should short-circuit at finding a bad |
My validator reports |
I think it would be best to remove |
I removed the |
Fixture for invalid content digest algorithm