Closed swgillespie closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
There is also the documentation which exists as a jsonnet file and I believe lists the params.
manifestYamlDoc takes two optional parameters,
indent_array_in_object
andquote_keys
. This commit teaches jsonnet-lint about them so that it doesn't raise errors when you use them.There are other stdlib library functions with this problem; the true solution is probably to auto-generate this from the stdlib AST, but this at least gets the linter happy with this particular function.