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/golint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/go/golint.vim') diff --git a/ale_linters/go/golint.vim b/ale_linters/go/golint.vim index 8fe5b69b..cc807fe6 100644 --- a/ale_linters/go/golint.vim +++ b/ale_linters/go/golint.vim @@ -5,5 +5,5 @@ call ale#linter#Define('go', { \ 'name': 'golint', \ 'executable': 'golint', \ 'command': 'golint %t', -\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning', +\ 'callback': 'ale#handlers#unix#HandleAsWarning', \}) -- cgit v1.2.3