Merge pull request #1105 from wuqiong4945/master
add 'output_stream': 'stderr', let golint work
This commit is contained in:
commit
c1fa88e78c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
call ale#linter#Define('go', {
|
||||
\ 'name': 'golint',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'golint',
|
||||
\ 'command': 'golint %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue