-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix: skip fields level while validating #521
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 really appreciate the tests!
I'm wondering if as a follow up we should also add two example yaml files to our testdata packages.
Hm.. we don't have any tests checking failed validation, do we? I think I will open an issue for this. |
Thanks for taking a look @mtojek I think we're almost there. I'm still getting this error:
I think this is because So the we'll need The test should look like this:
|
This reverts commit 9b38a66.
A bit different implementation of #520 with test coverage.