-
Notifications
You must be signed in to change notification settings - Fork 229
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
Error Reports can be much more specific #56
Comments
Good idea. I'll look into whether the YAML parser exposes this information, or I need to do something when handling errors of that type. |
Yep, adding a line number would be an obvious helpful addition to the error reporting |
Similarly, indicating which file failed would be useful. e.g. this runs against 16 files, but aborts if a single file fails, without mentioning which one:
And yes, line number would definitely be useful, e.g. a situation I just had: 😄
|
Any updates on this? |
Any updates? |
+1 for a --verbose flag. |
+1 this would be super helpful RIGHT now 😆 |
I have a yaml file containing configurations for multiple Kubernetes resources
when i run kubeval
I get a one line report!:
* Missing a kind key
and it does not specify where in file the error has occured
The text was updated successfully, but these errors were encountered: