summaryrefslogtreecommitdiff
path: root/ale_linters/text/proselint.vim
blob: 4a55dec4f2488bc626f6e238d73af27552a45a07 (plain)
1
2
3
4
5
6
7
8
" Author: poohzrn https://github.com/poohzrn
" Description: proselint for text files

call ale#linter#Define('text', {
\   'name': 'proselint',
\   'executable': 'proselint',
\   'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\})