fix typo in doc/ale-go
This commit is contained in:
parent
87616c5e91
commit
ce845e51f2
@ -15,7 +15,7 @@ To enable `gometalinter`, update |g:ale_linters| as appropriate:
|
|||||||
let g:ale_linters = {'go': ['gometalinter', 'gofmt']}
|
let g:ale_linters = {'go': ['gometalinter', 'gofmt']}
|
||||||
<
|
<
|
||||||
A possible configuration is to enable `gometalinter` and `gofmt` but paired
|
A possible configuration is to enable `gometalinter` and `gofmt` but paired
|
||||||
with the `--fast` option, set by |g:ale_go_metalinter_options|. This gets you
|
with the `--fast` option, set by |g:ale_go_gometalinter_options|. This gets you
|
||||||
the benefit of running a number of linters, more than ALE would by default,
|
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
|
while ensuring it doesn't run any linters known to be slow or resource
|
||||||
intensive.
|
intensive.
|
||||||
|
Loading…
Reference in New Issue
Block a user