summaryrefslogtreecommitdiff
path: root/ale_linters/go/golint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/go/golint.vim')
-rw-r--r--ale_linters/go/golint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/go/golint.vim b/ale_linters/go/golint.vim
index 5329e334..8fe5b69b 100644
--- a/ale_linters/go/golint.vim
+++ b/ale_linters/go/golint.vim
@@ -4,6 +4,6 @@
call ale#linter#Define('go', {
\ 'name': 'golint',
\ 'executable': 'golint',
-\ 'command': g:ale#util#stdin_wrapper . ' .go golint',
+\ 'command': 'golint %t',
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\})