go-jsonnet/linter
Marcelo Cantos 88519c3704 Apply more golint recommendations (#201)
* Apply more golint recommendations

* Update dumpstdlibast.go to include StdAst comment

* Improve dump.go package comment.
2018-02-28 01:11:18 -05:00
..
jsonnet-lint Very basic, experimental linter 2018-01-15 21:05:52 -05:00
find_variables.go Apply golint recommendations (#196) 2018-02-26 14:12:25 -05:00
linter.go Apply more golint recommendations (#201) 2018-02-28 01:11:18 -05:00
README.md Very basic, experimental linter 2018-01-15 21:05:52 -05:00

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.