2017-03-30 11:42:16 +10:00
|
|
|
" Author: Ben Reedy <https://github.com/breed808>
|
|
|
|
" Description: staticcheck for Go files
|
|
|
|
|
|
|
|
call ale#linter#Define('go', {
|
|
|
|
\ 'name': 'staticcheck',
|
|
|
|
\ 'executable': 'staticcheck',
|
|
|
|
\ 'command': 'staticcheck %t',
|
2017-04-24 22:27:18 +01:00
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
2017-03-30 11:42:16 +10:00
|
|
|
\})
|