2.0.0 — Minimalistic release
Thanks to @nfnt we now have a much simpler version of the code to integrate golangci-lint
with SublimeLinter. Please make sure to update your copy of golangci-lint to at least 1.20.0 to guarantee the integrity of the integration.
Note: The linter only runs when you load or save a Go file, this is due to restrictions on how Go projects are structured, specially if they are making use of Go Modules. We opted for this approach to avoid ambiguity and problems with canonical import paths that require a specific folder location to run Go tools.