summaryrefslogtreecommitdiff
path: root/ale_linters/go/gotype.vim
diff options
context:
space:
mode:
authorBen Paxton <ben.paxton@headforwards.com>2018-03-19 15:34:47 +0000
committerBen Paxton <ben.paxton@headforwards.com>2018-03-19 15:52:42 +0000
commit0cb3e3655419e80226e3738f94d514836a382b87 (patch)
tree95d6a0bb0fdbd87e76a07f5baafa339f6705107c /ale_linters/go/gotype.vim
parent43e8f47e6e8c4fd3cc7ea161120c320b85813efd (diff)
downloadale-0cb3e3655419e80226e3738f94d514836a382b87.zip
Lint whole package for gosimple and gotype
Fixes #936
Diffstat (limited to 'ale_linters/go/gotype.vim')
-rw-r--r--ale_linters/go/gotype.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/ale_linters/go/gotype.vim b/ale_linters/go/gotype.vim
index 13055a89..82737e28 100644
--- a/ale_linters/go/gotype.vim
+++ b/ale_linters/go/gotype.vim
@@ -6,7 +6,8 @@ function! ale_linters#go#gotype#GetCommand(buffer) abort
return
endif
- return 'gotype %s'
+
+ return ale#path#BufferCdString(a:buffer) . ' gotype .'
endfunction
call ale#linter#Define('go', {