Use govet handler for gosimple, gotype, staticcheck

This commit is contained in:
Ben Paxton
2018-03-20 14:19:48 +00:00
parent 0cb3e36554
commit 6452c5e2f0
6 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ call ale#linter#Define('go', {
\ 'name': 'staticcheck',
\ 'executable': 'staticcheck',
\ 'command_callback': 'ale_linters#go#staticcheck#GetCommand',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\ 'callback': 'ale#handlers#go#Handler',
\ 'output_stream': 'both',
\ 'lint_file': 1,
\})