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/haskell/ghc.vim | 4 ++-- ale_linters/haskell/hdevtools.vim | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ale_linters/haskell') diff --git a/ale_linters/haskell/ghc.vim b/ale_linters/haskell/ghc.vim index 270f8ab1..ee6370b5 100644 --- a/ale_linters/haskell/ghc.vim +++ b/ale_linters/haskell/ghc.vim @@ -6,7 +6,7 @@ call ale#linter#Define('haskell', { \ 'output_stream': 'stderr', \ 'executable': 'ghc', \ 'command': 'ghc -fno-code -v0 %t', -\ 'callback': 'ale#handlers#HandleGhcFormat', +\ 'callback': 'ale#handlers#haskell#HandleGHCFormat', \}) call ale#linter#Define('haskell', { @@ -14,5 +14,5 @@ call ale#linter#Define('haskell', { \ 'output_stream': 'stderr', \ 'executable': 'stack', \ 'command': 'stack ghc -- -fno-code -v0 %t', -\ 'callback': 'ale#handlers#HandleGhcFormat', +\ 'callback': 'ale#handlers#haskell#HandleGHCFormat', \}) diff --git a/ale_linters/haskell/hdevtools.vim b/ale_linters/haskell/hdevtools.vim index 92bb8279..3e71ffbb 100644 --- a/ale_linters/haskell/hdevtools.vim +++ b/ale_linters/haskell/hdevtools.vim @@ -5,5 +5,5 @@ call ale#linter#Define('haskell', { \ 'name': 'hdevtools', \ 'executable': 'hdevtools', \ 'command': 'hdevtools check -g -Wall -p %s %t', -\ 'callback': 'ale#handlers#HandleGhcFormat', +\ 'callback': 'ale#handlers#haskell#HandleGHCFormat', \}) -- cgit v1.2.3