This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/go
Elias Martinez Cohen 49db8210f6 Support $GO111MODULE with Go tooling
Allows the user to override $GO111MODULE environment variable through
ale options. This gives control over the default behavior of Go module
resolution.

Golang documentation:
https://github.com/golang/go/wiki/Modules#how-to-use-modules

Add `ale#Go#EnvString()` function to make it easy to add similar Go
environment variables in the future.

Use the new `EnvString` function in all available Go tools callbacks
& update tests

Also add test of linter command callback for `gofmt`
2019-07-01 11:04:33 -04:00
..
bingo.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gobuild.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gofmt.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
golangci_lint.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
golint.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gometalinter.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gopls.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gosimple.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gotype.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
govet.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
langserver.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
staticcheck.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00