Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | Fix #2668 - Set g:ale_go_go111module | w0rp | |
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen | |
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` | |||
2018-10-31 | Add a `lsp_config_callback` linter option | Jon Parise | |
This is the callback-based variant of the existing `lsp_config` linter option. It serves the same purpose but can be used when more complicated processing is needed. `lsp_config` and `lsp_config_callback` are mutually exclusive options; if both an given, a linter preprocessing error will be raised. The runtime logic has been wrapped in `ale#lsp_linter#GetConfig` for convenience, similar to `ale#lsp_linter#GetOptions`. This also adds documentation and an `AssertLSPConfig` test function for completeness. | |||
2018-09-06 | #1891 Fix the go-langserver tests | w0rp | |
2018-09-06 | Fix #1822 - support go-langserver lsp. | Horacio Sanson | |