Fix #1131 - Capture both output streams for golint

This commit is contained in:
w0rp 2017-11-15 16:24:29 +00:00
parent e12e5c912c
commit 290ed4885b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
call ale#linter#Define('go', { call ale#linter#Define('go', {
\ 'name': 'golint', \ 'name': 'golint',
\ 'output_stream': 'stderr', \ 'output_stream': 'both',
\ 'executable': 'golint', \ 'executable': 'golint',
\ 'command': 'golint %t', \ 'command': 'golint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning', \ 'callback': 'ale#handlers#unix#HandleAsWarning',