jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Use golangci-lint rather than gometalinter #349

Open squaremo opened 4 years ago

squaremo commented 4 years ago

This replaces gometalinter with golangci-lint, which I am told is much better.

I have enabled the same linters as before, as well as a couple that also happened to pass and looked useful.

squaremo commented 4 years ago

(NB this won't pass until the build image has been updated to include golangci-lint as well)