This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2516,6 +2516,7 @@ The following checkers are available for Go (filetype "go"):
2516
2516
4. Go Meta Linter...........| syntastic-go-gometalinter |
2517
2517
5. gotype...................| syntastic-go-gotype |
2518
2518
6. vet......................| syntastic-go-govet |
2519
+ 7. golangci-lint............| syntastic-go-golangci-lint |
2519
2520
2520
2521
------------------------------------------------------------------------------
2521
2522
1. go *syntastic-go-go*
@@ -2620,6 +2621,16 @@ Note~
2620
2621
This checker doesn't call the "makeprgBuild()" function, and thus it ignores
2621
2622
the usual 'g:syntastic_go_govet_<option> ' variables.
2622
2623
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
+
2623
2634
==============================================================================
2624
2635
SYNTAX CHECKERS FOR HAML *syntastic-checkers-haml*
2625
2636
You can’t perform that action at this time.
0 commit comments