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

call ale#linter#Define('po', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'command': 'proselint %t',
\   'callback': 'ale#handlers#unix#HandleAsWarning',
\})