google / go-jsonnet

Apache License 2.0
1.63k stars 235 forks source link

jsonnet-lint missing std.all and std.any #697

Open jregehr opened 1 year ago

jregehr commented 1 year ago

jsonnet-lint fails if a jsonnet or libsonnet file contains std.all() or std.any().

PR to fix: #695