Fix #1131 - Capture both output streams for golint
This commit is contained in:
parent
e12e5c912c
commit
290ed4885b
@ -3,7 +3,7 @@
|
||||
|
||||
call ale#linter#Define('go', {
|
||||
\ 'name': 'golint',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'output_stream': 'both',
|
||||
\ 'executable': 'golint',
|
||||
\ 'command': 'golint %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
|
Loading…
Reference in New Issue
Block a user