Skip to content
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

jsonnet-lint missing std.reverse #708

Closed
jaymebrd opened this issue Jun 9, 2023 · 0 comments · Fixed by #709
Closed

jsonnet-lint missing std.reverse #708

jaymebrd opened this issue Jun 9, 2023 · 0 comments · Fixed by #709

Comments

@jaymebrd
Copy link
Contributor

jaymebrd commented Jun 9, 2023

std.reverse is missing from the linter

And has a confusing error message

➜ jsonnet-lint a.jsonnet
a.jsonnet:1:1-12 Indexed object has no field "reverse"

std.reverse(['a', 'b'])


a.jsonnet:1:1-24 Called value must be a function, but it is assumed to be void

std.reverse(['a', 'b'])


Problems found!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant