7c643a2d9c
Read more here: https://github.com/w0rp/ale
11 lines
290 B
VimL
11 lines
290 B
VimL
" Author: Johannes Wienke <languitar@semipol.de>
|
|
" Description: alex for pod files
|
|
|
|
call ale#linter#Define('pod', {
|
|
\ 'name': 'alex',
|
|
\ 'executable': 'alex',
|
|
\ 'command': 'alex %s -t',
|
|
\ 'output_stream': 'stderr',
|
|
\ 'callback': 'ale#handlers#alex#Handle',
|
|
\ 'lint_file': 1,
|
|
\})
|