diff options
author | Martin Tournoij <martin@arp242.net> | 2018-09-19 19:33:23 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-09-19 19:33:23 +0100 |
commit | e82bcdb8a6dc888130c03bc80cba492051c5ffbf (patch) | |
tree | 7ac138a0990261e3ff70f518a5a01dc311a31230 /doc | |
parent | a6c6e24d61c3d67f46cb9e3d5a8d4c8475b8a8c6 (diff) | |
download | ale-e82bcdb8a6dc888130c03bc80cba492051c5ffbf.zip |
Add fixer for Go modules (#1873)
* Add fixer for Go modules
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-go.txt | 9 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 1d55763e..71b248ee 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -20,6 +20,15 @@ the benefit of running a number of linters, more than ALE would by default, while ensuring it doesn't run any linters known to be slow or resource intensive. +g:ale_go_go_executable *g:ale_go_go_options* + *b:ale_go_go_options* + + Type: |String| + Default: `'go'` + + The executable that will be run for the `gobuild` and `govet` linters, and + the gomod` fixer. + =============================================================================== gobuild *ale-go-gobuild* diff --git a/doc/ale.txt b/doc/ale.txt index 9a81b237..46ff08b0 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -402,7 +402,7 @@ Notes: * FusionScript: `fusion-lint` * Git Commit Messages: `gitlint` * GLSL: glslang, `glslls` -* Go: `gofmt`, `goimports`, `go vet`!!, `golint`, `gotype`!!, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!!, `golangserver`, `golangci-lint`!! +* Go: `gofmt`, `goimports`, `go mod`!!, `go vet`!!, `golint`, `gotype`!!, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!!, `golangserver`, `golangci-lint`!! * GraphQL: `eslint`, `gqlint`, `prettier` * Hack: `hack`, `hackfmt`, `hhast` * Haml: `haml-lint` |