summaryrefslogtreecommitdiff
path: root/doc/ale-go.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r--doc/ale-go.txt23
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt
index 28a06dfd..d09f6cac 100644
--- a/doc/ale-go.txt
+++ b/doc/ale-go.txt
@@ -6,8 +6,8 @@ ALE Go Integration *ale-go-options*
Integration Information
The `gometalinter` linter is disabled by default. ALE enables `gofmt`,
-`golint` and `go vet` by default. It also supports `staticcheck`, `go
-build`, `gosimple`, `golangserver`.
+`gopls`, and `go vet` by default. It also supports `staticcheck, `go
+build`, `gosimple`, `golangserver`, and `golangci-lint`.
To enable `gometalinter`, update |g:ale_linters| as appropriate:
>
@@ -176,25 +176,6 @@ g:ale_go_golines_options *g:ale_go_golines_options*
===============================================================================
-golint *ale-go-golint*
-
-g:ale_go_golint_executable *g:ale_go_golint_executable*
- *b:ale_go_golint_executable*
- Type: |String|
- Default: `'golint'`
-
- This variable can be set to change the golint executable path.
-
-
-g:ale_go_golint_options *g:ale_go_golint_options*
- *b:ale_go_golint_options*
- Type: |String|
- Default: `''`
-
- This variable can be set to pass additional options to the golint linter.
-
-
-===============================================================================
gometalinter *ale-go-gometalinter*
`gometalinter` is a `lint_file` linter, which only lints files that are