File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1515,11 +1515,12 @@ it's empty
1515
1515
<
1516
1516
*'g:go_metalinter_command'*
1517
1517
1518
- Overrides the command to be executed when | :GoMetaLinter | is called. This is
1519
- an advanced settings and is for users who want to have a complete control
1520
- over how `gometalinter` should be executed. By default it's empty.
1518
+ Overrides the command to be executed when | :GoMetaLinter | is called. By
1519
+ default it's `gometalinter` . `golangci- lint` is also supported. It can also be
1520
+ used as an advanced setting for users who want to have more control over
1521
+ the metalinter.
1521
1522
>
1522
- let g:go_metalinter_command = ""
1523
+ let g:go_metalinter_command = "gometalinter "
1523
1524
<
1524
1525
*'g:go_metalinter_deadline'*
1525
1526
You can’t perform that action at this time.
0 commit comments