@@ -2512,11 +2512,11 @@ The following checkers are available for Go (filetype "go"):
25122512
25132513 1. go.......................| syntastic-go-go |
25142514 2. gofmt....................| syntastic-go-gofmt |
2515- 3. Golint ................... | syntastic-go-golint |
2516- 4. Go Meta Linter ...........| syntastic-go-gometalinter |
2517- 5. gotype ................... | syntastic-go-gotype |
2518- 6. vet ...................... | syntastic-go-govet |
2519- 7. golangci-lint ............| syntastic-go-golangci-lint |
2515+ 3. GolangCI-Lint ............| syntastic-go-golangci_lint |
2516+ 4. Golint ................... | syntastic-go-golint |
2517+ 5. Go Meta Linter ...........| syntastic-go-gometalinter |
2518+ 6. gotype ...................| syntastic-go-gotype |
2519+ 7. vet ...................... | syntastic-go-govet |
25202520
25212521------------------------------------------------------------------------------
252225221. go *syntastic-go-go*
@@ -2565,7 +2565,22 @@ autocommand towards that end: >
25652565 autocmd FileType go autocmd BufWritePre <buffer> Fmt
25662566<
25672567------------------------------------------------------------------------------
2568- 3. Golint *syntastic-go-golint*
2568+ 3. GolangCI-Lint *syntastic-go-golangci_lint*
2569+
2570+ Name: golangci_lint
2571+ Maintainer: Elvis Macak <elvis@lnmpy.com>
2572+
2573+ GolangCI-Lint is a linters aggregator. See the project's page for details:
2574+
2575+ https://github.com/golangci/golangci-lint
2576+
2577+ Checker options~
2578+
2579+ This checker is initialised using the "makeprgBuild()" function and thus it
2580+ accepts the standard options described at | syntastic-config-makeprg | .
2581+
2582+ ------------------------------------------------------------------------------
2583+ 4. Golint *syntastic-go-golint*
25692584
25702585Name: golint
25712586Maintainer: Hiroshi Ioka <hirochachacha@gmail.com>
@@ -2580,7 +2595,7 @@ This checker is initialised using the "makeprgBuild()" function and thus it
25802595accepts the standard options described at | syntastic-config-makeprg | .
25812596
25822597------------------------------------------------------------------------------
2583- 4 . Go Meta Linter *syntastic-go-gometalinter*
2598+ 5 . Go Meta Linter *syntastic-go-gometalinter*
25842599
25852600Name: gometalinter
25862601Maintainer: Joshua Rubin <joshua@rubixconsulting.com>
@@ -2597,7 +2612,7 @@ This checker is initialised using the "makeprgBuild()" function and thus it
25972612accepts the standard options described at | syntastic-config-makeprg | .
25982613
25992614------------------------------------------------------------------------------
2600- 5 . gotype *syntastic-go-gotype*
2615+ 6 . gotype *syntastic-go-gotype*
26012616
26022617Name: gotype
26032618Maintainer: luz <ne.tetewi@gmail.com>
@@ -2607,7 +2622,7 @@ See the tool's documentation for details:
26072622 https://godoc.org/golang.org/x/tools/cmd/gotype
26082623
26092624------------------------------------------------------------------------------
2610- 6 . vet *syntastic-go-govet*
2625+ 7 . vet *syntastic-go-govet*
26112626
26122627Name: govet
26132628Maintainer: Kamil Kisiel <kamil@kamilkisiel.net>
@@ -2621,16 +2636,6 @@ Note~
26212636This checker doesn't call the "makeprgBuild()" function, and thus it ignores
26222637the usual 'g:syntastic_go_govet_<option> ' variables.
26232638
2624- ------------------------------------------------------------------------------
2625- 7. golangci-lint *syntastic-go-golangci-lint*
2626-
2627- Name: golangci-lint
2628- Maintainer: Elvis Macak <elvis@lnmpy.com>
2629-
2630- See the tool's documentation for details:
2631-
2632- https://github.com/golangci/golangci-lint
2633-
26342639==============================================================================
26352640SYNTAX CHECKERS FOR HAML *syntastic-checkers-haml*
26362641
0 commit comments