go-jsonnet/linter
Stanisław Barzowski 9ada769ce4 Make golangci-lint happy
Some of the suggestions are minor bug fixes (missing error handling).
2020-03-05 14:54:27 +01:00
..
jsonnet-lint Make golangci-lint happy 2020-03-05 14:54:27 +01:00
BUILD.bazel Make parser package internal 2019-09-03 17:28:33 +02:00
find_variables.go Refactor to allow interleaving optional and positional params 2020-03-05 09:33:21 +01:00
linter.go Make golangci-lint happy 2020-03-05 14:54:27 +01: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.