summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ale_linters/go/golint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/go/golint.vim b/ale_linters/go/golint.vim
index 708cf156..d580fda2 100644
--- a/ale_linters/go/golint.vim
+++ b/ale_linters/go/golint.vim
@@ -3,7 +3,7 @@
call ale#linter#Define('go', {
\ 'name': 'golint',
-\ 'output_stream': 'stderr',
+\ 'output_stream': 'both',
\ 'executable': 'golint',
\ 'command': 'golint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',