package
0.10.0
Repository: https://github.com/rogpeppe/go-jsonnet.git
Documentation: pkg.go.dev

# README

jsonnet-lint

Very basic experimental, quick and a bit dirty linter. It's intended to become a full featured linter as it matures. PRs are very welcome!

Don't expect much from it now.

Notes

It currently runs on a desugared file. It has its good and bad sides. We should figure out what's the right way.

# Packages

No description provided by the author

# Functions

Lint analyses a node and reports any issues it encounters to an error writer.

# Structs

ErrorWriter encapsulates a writer and an error state indicating when at least one error has been written to the writer.
LintingInfo holds additional information about the program which was gathered during linting.