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