summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
AgeCommit message (Collapse)Author
2022-04-05Update help for ale_go_staticcheck_lint_package (#4122)Satoshi Matsubara
2021-11-19Add cspell Linter (#3981)David Houston
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
2021-11-09Implement gofumpt Fixer (#3968)David Houston
* Implement gofumpt Fixer Add an implementation with test and documentation for the gofumpt go code formatter, a stricter formatter than your standard "go fmt". Signed-off-by: David Houston <houstdav000@gmail.com> * Add gofumpt to ale.txt TOC Forgot to add gofumpt to the ALE vim help Table of Contents, so do so. Signed-off-by: David Houston <houstdav000@gmail.com> * Fix Test Setup Method Capitalization I had put "Setup" instead of "SetUp" for "ale#assert#SetUpFixerTests". Fix such. Signed-off-by: David Houston <houstdav000@gmail.com> * Fix typos Add a missing space, remove an extra bracket by actually running tests locally first. Would've been smart to do that from the beginning... Signed-off-by: David Houston <houstdav000@gmail.com>
2021-08-09Adds fixer for golines (#3862)pigfrown
* Adds fixer for golines * Repositions golines docs to be in alphabetical order * Fixes golines doc tag * Fixes formatting for golines docs
2021-05-27Make staticcheck configurable with GOPATH detectionw0rp
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-02-03gopls: add go_gopls_init_optionsRob Watson
2020-05-22Support revive for go files (#2933)Paco
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2019-08-02Fix #2668 - Set g:ale_go_go111modulew0rp
2019-07-01Support $GO111MODULE with Go toolingElias 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-10Close #2179 - Add support for goplsw0rp
2019-01-05Add 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-11Fix #2054 - Make golint configurablew0rp
2018-11-02fix unmatched backquote in doctyru
2018-09-19Add fixer for Go modules (#1873)Martin Tournoij
* Add fixer for Go modules
2018-09-06Add golangci-lint (#1890)Sascha Grunert
2018-09-06Fix #1822 - support go-langserver lsp.Horacio Sanson
2018-08-16feat: add ale_go_govet_options variabletyru
2018-04-27Fix typos in "lint package" options in docs/ale-goMaxim Baz
2018-02-20This fixes issue #936 by linting the whole packageSander van Harmelen
2018-02-04#1206 Add support for setting options for gobuild, and escape paths betterw0rp
2017-10-03gofmt fixer for Go (#970)aliou
Add a gofmt fixer for golang.
2017-08-02Fix indentation and a typo in the gometalinter documentationw0rp
2017-08-02added gometalinter docs - Fix for #816Jeff Willette
2017-07-21fix typo in doc/ale-goRei MOCHIZUKI
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-07-07Make the executable for gometalinter configurablew0rp
2017-05-30go: Remove `staticcheck` and `go build` defaultsDaniele Sluijters
Fixes #594
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-04-15Remove documentation for an option that was removedw0rp
2017-04-15Use g:ale_linters for turning gometalinter on, and update documentation as ↵w0rp
appropriate
2017-04-13Add documentation for gometalinterBen Reedy