Merge pull request #1105 from wuqiong4945/master

add 'output_stream': 'stderr', let golint work
This commit is contained in:
w0rp 2017-11-09 13:33:10 +00:00 committed by GitHub
commit c1fa88e78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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',