Merge pull request #1044 from sumnerevans/mail-linters

#955 Add vale linter for mail files
This commit is contained in:
w0rp
2017-10-25 00:40:59 +01:00
committed by GitHub
3 changed files with 11 additions and 2 deletions
+9
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',
\})