ale/ale_linters/go
Sander van Harmelen b0fac47060 make `gotype` return all errors
When using `gotype` without the `-e` option, it will only output the
first 10 errors. When working on a larger package that ofter means taht
those 10 errors are in other files then the one that you are currently
working on which then seems to indicate that there are no errors.

By adding the `-e` flag, all errors will be returned and shown properly
in the file that you are working on.
2019-03-12 09:32:39 +01:00
..
bingo.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gobuild.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gofmt.vim Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
golangci_lint.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
golint.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gometalinter.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gosimple.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gotype.vim make `gotype` return all errors 2019-03-12 09:32:39 +01:00
govet.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
langserver.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
staticcheck.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00