summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/hdevtools.vim
blob: 92bb8279c3d830e04cdefffe1a9581789ff1e239 (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#HandleGhcFormat',
\})