add 'output_stream': 'stderr', let golint work
This commit is contained in:
parent
fa7d041c26
commit
bcc215c4e0
@ -3,6 +3,7 @@
|
||||
|
||||
call ale#linter#Define('go', {
|
||||
\ 'name': 'golint',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'golint',
|
||||
\ 'command': 'golint %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
|
Loading…
Reference in New Issue
Block a user