Skip to content

Commit

Permalink
fixup! remove g:go_metalinter in favor of g:go_metalinter_command
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Mar 22, 2019
1 parent 925aa10 commit 0bdf470
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1515,11 +1515,12 @@ it's empty
<
*'g:go_metalinter_command'*

Overrides the command to be executed when |:GoMetaLinter| is called. This is
an advanced settings and is for users who want to have a complete control
over how `gometalinter` should be executed. By default it's empty.
Overrides the command to be executed when |:GoMetaLinter| is called. By
default it's `gometalinter`. `golangci-lint` is also supported. It can also be
used as an advanced setting for users who want to have more control over
the metalinter.
>
let g:go_metalinter_command = ""
let g:go_metalinter_command = "gometalinter"
<
*'g:go_metalinter_deadline'*

Expand Down

0 comments on commit 0bdf470

Please sign in to comment.