2016-10-11 11:57:42 +00:00
|
|
|
" Author: neersighted <bjorn@neersighted.com>
|
|
|
|
" Description: golint for Go files
|
|
|
|
|
|
|
|
call ale#linter#Define('go', {
|
|
|
|
\ 'name': 'golint',
|
|
|
|
\ 'executable': 'golint',
|
2017-02-11 19:40:57 +00:00
|
|
|
\ 'command': 'golint %t',
|
2017-04-24 21:27:18 +00:00
|
|
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
2016-10-11 11:57:42 +00:00
|
|
|
\})
|