add 'output_stream': 'stderr', let golint work

This commit is contained in:
wuqiong4945 2017-11-09 21:14:29 +08:00 committed by GitHub
parent fa7d041c26
commit bcc215c4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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