#995 add vale linter for mail files

This commit is contained in:
Sumner Evans 2017-09-25 22:47:46 -06:00
parent 1a5ef969a5
commit db769fb060
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
" Author: chew-z https://github.com/chew-z
" Description: vale for Markdown files
call ale#linter#Define('mail', {
\ 'name': 'vale',
\ 'executable': 'vale',
\ 'command': 'vale --output=line %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})