We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...
A yaml file like this
a: b --- # some comment --- b: c d: 123
generates the following error:
❯ dprint fmt test.yaml Error formatting test.yaml. Message: parse error at line 5, column 2 | 5 | b: c | ^ expected `...` Had 1 error formatting.
These kind of documents are pretty common in Kubernetes yaml files generated by Helm, where range and/or if statements leads to empty documents.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A yaml file like this
generates the following error:
These kind of documents are pretty common in Kubernetes yaml files generated by Helm, where range and/or if statements leads to empty documents.
The text was updated successfully, but these errors were encountered: