mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 23:07:14 +02:00
* Apply more golint recommendations * Update dumpstdlibast.go to include StdAst comment * Improve dump.go package comment. |
||
---|---|---|
.. | ||
jsonnet-lint | ||
find_variables.go | ||
linter.go | ||
README.md |
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.