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
Hi,
I think there is some linter problem with std.manifestJsonMinified function.
std.manifestJsonMinified
Code like:
local objects = [{ test: '' }, { bar: 'filter2' }, { bar: 'filter' }, { foo: '' }]; { spec: std.sort(objects, std.manifestJsonMinified), }
Fails the lint with:
test.jsonnet:4:27-51 Indexed object has no field "manifestJsonMinified" spec: std.sort(objects, std.manifestJsonMinified),
Blocking: rhobs/configuration#227
On a separate note, is there a way to add some directive that skips false positives?
The text was updated successfully, but these errors were encountered:
You mean like for a single line? That would be very useful, but we don't have that yet.
Sorry, something went wrong.
@bwplotka @sbarzowski I put up a PR to fix the linter issue
The PR was merged. Thanks a lot!
No branches or pull requests
Hi,
I think there is some linter problem with
std.manifestJsonMinified
function.Code like:
Fails the lint with:
Blocking: rhobs/configuration#227
On a separate note, is there a way to add some directive that skips false positives?
The text was updated successfully, but these errors were encountered: