summaryrefslogtreecommitdiff
path: root/ale_linters/po/alex.vim
blob: 411d835b29e16dccde9e2e2402c6b93f8425e7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
" Author: Cian Butler https://github.com/butlerx
" Description: alex for PO files

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