Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
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` | |||
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |
2019-01-05 | Add support for bingo (#2165) | Jerko Steiner | |
* Add support for https://github.com/saibing/bingo * Add docs for ale-go-bingo * Use go.mod when found * Add test for bingo FindProjectRoot * Simplify ale_linters#go#bingo#GetCommand | |||
2018-11-11 | Fix #2054 - Make golint configurable | w0rp | |
2018-11-02 | fix unmatched backquote in doc | tyru | |
2018-09-19 | Add fixer for Go modules (#1873) | Martin Tournoij | |
* Add fixer for Go modules | |||
2018-09-06 | Add golangci-lint (#1890) | Sascha Grunert | |
2018-09-06 | Fix #1822 - support go-langserver lsp. | Horacio Sanson | |
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
2018-04-27 | Fix typos in "lint package" options in docs/ale-go | Maxim Baz | |
2018-02-20 | This fixes issue #936 by linting the whole package | Sander van Harmelen | |
2018-02-04 | #1206 Add support for setting options for gobuild, and escape paths better | w0rp | |
2017-10-03 | gofmt fixer for Go (#970) | aliou | |
Add a gofmt fixer for golang. | |||
2017-08-02 | Fix indentation and a typo in the gometalinter documentation | w0rp | |
2017-08-02 | added gometalinter docs - Fix for #816 | Jeff Willette | |
2017-07-21 | fix typo in doc/ale-go | Rei MOCHIZUKI | |
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-07-07 | Make the executable for gometalinter configurable | w0rp | |
2017-05-30 | go: Remove `staticcheck` and `go build` defaults | Daniele Sluijters | |
Fixes #594 | |||
2017-04-27 | Add tags for buffer-local variants of each linter option | Adriaan Zonnenberg | |
2017-04-15 | Remove documentation for an option that was removed | w0rp | |
2017-04-15 | Use g:ale_linters for turning gometalinter on, and update documentation as ↵ | w0rp | |
appropriate | |||
2017-04-13 | Add documentation for gometalinter | Ben Reedy | |