proselint for mail files (#1037)

Add proselint for mail files
This commit is contained in:
Christopher Swingley
2017-10-24 13:34:38 -08:00
committed by w0rp
parent fe729dab58
commit 1c56bebd7c
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
" Author: Daniel M. Capella https://github.com/polyzen
" Description: proselint for mail files
call ale#linter#Define('mail', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})