mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-31 03:46:56 +08:00
Use g:ale_linters for turning gometalinter on, and update documentation as appropriate
This commit is contained in:
@@ -2,6 +2,18 @@
|
||||
ALE Go Integration *ale-go-options*
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Integration Information
|
||||
|
||||
The `gometalinter` linter is disabled by default, and all other Go linters
|
||||
supported by ALE are enabled by default. To enable `gometalinter`, update
|
||||
|g:ale_linters| as appropriate:
|
||||
|
||||
>
|
||||
" Enable all of the linters you want for Go.
|
||||
let g:ale_linters = {'go': ['gometalinter', 'gofmt']}
|
||||
<
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
gometalinter *ale-go-gometalinter*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user