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

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