summaryrefslogtreecommitdiff
path: root/ale_linters/pod/alex.vim
blob: 8bc205d400013b7a8c95d28ef0bd1adf9b14e84c (plain)
1
2
3
4
5
6
7
8
9
10
" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for pod files

call ale#linter#Define('pod', {
\   'name': 'alex',
\   'executable': 'alex',
\   'command': 'alex %t -t',
\   'output_stream': 'stderr',
\   'callback': 'ale#handlers#alex#Handle',
\})