ale/ale_linters/haskell/hdevtools.vim

10 lines
275 B
VimL
Raw Normal View History

" Author: w0rp <devw0rp@gmail.com>
" Description: hdevtools for Haskell files
call ale#linter#Define('haskell', {
\ 'name': 'hdevtools',
\ 'executable': 'hdevtools',
\ 'command': 'hdevtools check -g -Wall -p %s %t',
\ 'callback': 'ale#handlers#HandleGhcFormat',
\})