Fix #921 - Capture both output streams for gosimple and staticcheck
This commit is contained in:
parent
e2271b769c
commit
4e9420d1f5
@ -6,4 +6,5 @@ call ale#linter#Define('go', {
|
||||
\ 'executable': 'gosimple',
|
||||
\ 'command': 'gosimple %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
\ 'output_stream': 'both'
|
||||
\})
|
||||
|
@ -6,4 +6,5 @@ call ale#linter#Define('go', {
|
||||
\ 'executable': 'staticcheck',
|
||||
\ 'command': 'staticcheck %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
\ 'output_stream': 'both'
|
||||
\})
|
||||
|
Loading…
Reference in New Issue
Block a user