-
Notifications
You must be signed in to change notification settings - Fork 9
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
Validation fixes #120
Validation fixes #120
Conversation
This is a bit more consistent with POSIX, other commands.
It's documented, already used like this, and I don't want to normalize text that gets passed deeper into the stack. Options still need need hyphens, though.
@dgergel I had time to fix up features added from PR #118. I think I got the outstanding issues but I could use your help with the last issue, if you would. As it was written, the unit test for #118 had a couple of problems. First it actually would have tested the imported |
@brews I just fixed up the tests so they should be good to go now. Thanks for your help with this! |
@dgergel Thanks. If it looks like this PR keeps with your original's PRs intentions for validation, then I think we can merge this. 👍 |
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 think this looks great and I don't see anything that changes the desired behavior. Thanks again for your help with this @brews!
Several small bug fixes, doc improvements, and test fixes for
dodola validate-dataset
.