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

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