summaryrefslogtreecommitdiff
path: root/ale_linters/go
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-28 17:46:43 +0100
committerw0rp <devw0rp@gmail.com>2020-08-28 17:46:43 +0100
commit3d5a2690ce707cbc9e71e8ed4d5d1955e4b26d65 (patch)
tree3ff7e13bb0cd6fd13ef4eae739230b40f0c490de /ale_linters/go
parent34e409ea21baa017776b84ec0620eea9f6ec429c (diff)
downloadale-3d5a2690ce707cbc9e71e8ed4d5d1955e4b26d65.zip
#3325 - ale#path#BufferCdString now generates %s:h
Diffstat (limited to 'ale_linters/go')
-rw-r--r--ale_linters/go/gofmt.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/go/gofmt.vim b/ale_linters/go/gofmt.vim
index a233b422..b313f9ca 100644
--- a/ale_linters/go/gofmt.vim
+++ b/ale_linters/go/gofmt.vim
@@ -6,7 +6,6 @@ function! ale_linters#go#gofmt#GetCommand(buffer) abort
\ . '%e -e %t'
endfunction
-
call ale#linter#Define('go', {
\ 'name': 'gofmt',
\ 'output_stream': 'stderr',