summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@crodrigues.org>2023-06-27 02:52:50 -0700
committerGitHub <noreply@github.com>2023-06-27 18:52:50 +0900
commit29e5ffe35a2fa1ca5ba19eebfe7cdd0191c16e39 (patch)
tree0224975d8c17ddcd0dcb7ba9e82c184e1bb7dcd0 /doc
parent21f1ab6ffc5ea958d558a5d9f5b0e5ab9110ee4e (diff)
downloadale-29e5ffe35a2fa1ca5ba19eebfe7cdd0191c16e39.zip
Remove golint supported-tools (#4535)
golint has been deprecated and was archived in 2019
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-go.txt23
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt3
3 files changed, 3 insertions, 24 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
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 34a2e5ed..b6ea5035 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -213,7 +213,6 @@ Notes:
* `golangci-lint`!!
* `golangserver`
* `golines`
- * `golint`
* `gometalinter`!!
* `gopls`
* `gosimple`!!
diff --git a/doc/ale.txt b/doc/ale.txt
index 9253c398..d0c7e9e9 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1641,7 +1641,7 @@ g:ale_linters *g:ale_linters*
\ 'apkbuild': ['apkbuild_lint', 'secfixes_check'],
\ 'csh': ['shell'],
\ 'elixir': ['credo', 'dialyxir', 'dogma'],
- \ 'go': ['gofmt', 'golint', 'gopls', 'govet'],
+ \ 'go': ['gofmt', 'gopls', 'govet'],
\ 'groovy': ['npm-groovy-lint'],
\ 'hack': ['hack'],
\ 'help': [],
@@ -2987,7 +2987,6 @@ documented in additional help files.
golangci-lint.........................|ale-go-golangci-lint|
golangserver..........................|ale-go-golangserver|
golines...............................|ale-go-golines|
- golint................................|ale-go-golint|
gometalinter..........................|ale-go-gometalinter|
gopls.................................|ale-go-gopls|
govet.................................|ale-go-govet|