From a03121f5b051ed1f146a8979ea5d2bb26fe05bff Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 24 Apr 2017 22:27:18 +0100 Subject: Break shared handlers up into their own files, and fix stylelint error handling --- ale_linters/go/gofmt.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/go/gofmt.vim') diff --git a/ale_linters/go/gofmt.vim b/ale_linters/go/gofmt.vim index b38e4e98..337deef8 100644 --- a/ale_linters/go/gofmt.vim +++ b/ale_linters/go/gofmt.vim @@ -6,5 +6,5 @@ call ale#linter#Define('go', { \ 'output_stream': 'stderr', \ 'executable': 'gofmt', \ 'command': 'gofmt -e %t', -\ 'callback': 'ale#handlers#HandleUnixFormatAsError', +\ 'callback': 'ale#handlers#unix#HandleAsError', \}) -- cgit v1.2.3