summaryrefslogtreecommitdiff
path: root/ale_linters/rst/proselint.vim
blob: 4e555dae7d9c0c81a653bad66ee4a8b6a1e94bab (plain)
1
2
3
4
5
6
7
8
9
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for reStructuredText files

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