diff options
author | wuqiong4945 <wuqiong4945@hotmail.com> | 2017-11-09 21:14:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 21:14:29 +0800 |
commit | bcc215c4e022704ffe77fb0cd8832c652e3414b0 (patch) | |
tree | 45efaf6d3bd8a6e546decb944d050e3f524e1a62 /ale_linters | |
parent | fa7d041c26aa6616c13a62274a7fc8458f6096dd (diff) | |
download | ale-bcc215c4e022704ffe77fb0cd8832c652e3414b0.zip |
add 'output_stream': 'stderr', let golint work
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/go/golint.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/go/golint.vim b/ale_linters/go/golint.vim index cc807fe6..708cf156 100644 --- a/ale_linters/go/golint.vim +++ b/ale_linters/go/golint.vim @@ -3,6 +3,7 @@ call ale#linter#Define('go', { \ 'name': 'golint', +\ 'output_stream': 'stderr', \ 'executable': 'golint', \ 'command': 'golint %t', \ 'callback': 'ale#handlers#unix#HandleAsWarning', |