mirror of https://github.com/dense-analysis/ale
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', {
|
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',
|
||||||
|
|
Loading…
Reference in New Issue