Glue for Vale (#522)

Add Vale linter definitions
This commit is contained in:
Robert J
2017-05-01 23:06:04 +08:00
committed by w0rp
parent 5dcc77e8c8
commit d5c135cfaf
4 changed files with 22 additions and 4 deletions

View File

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