google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

jsonnet-lint is missing std.all and std.any #1080

Closed jregehr closed 1 year ago

jregehr commented 1 year ago

The std.all(arr) and std.any(arr) functions are missing from jsonnet-lint.

I'm working on a PR to add them.

jregehr commented 1 year ago

Apologies. I meant to open this on https://github.com/google/go-jsonnet.