summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/hdevtools.vim
blob: 3e71ffbbcaa8ca458454ce6e666cd17ffd433527 (plain)
1
2
3
4
5
6
7
8
9
" Author: rob-b
" 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#haskell#HandleGHCFormat',
\})