diff options
author | wuqiong4945 <wuqiong4945@hotmail.com> | 2017-11-09 21:14:29 +0800 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-12 10:56:53 +0000 |
commit | 911b6d8f71213d065bd14548a16ba9140f1790ee (patch) | |
tree | ac5bd49b63f9d60b942c72300084f08e2d1b1882 /ale_linters | |
parent | 1ad7d5e6ca34c285dc7abbb98222b05a32b4f70d (diff) | |
download | ale-911b6d8f71213d065bd14548a16ba9140f1790ee.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', |