mirror of https://github.com/dense-analysis/ale
Fix the proeslint linter for plaintext files
This commit is contained in:
parent
76a03b0709
commit
88f4598ea2
|
@ -5,4 +5,5 @@ call ale#linter#Define('text', {
|
|||
\ 'name': 'proselint',
|
||||
\ 'executable': 'proselint',
|
||||
\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
|
||||
\ 'command': g:ale#util#stdin_wrapper . ' .txt proselint',
|
||||
\})
|
||||
|
|
Loading…
Reference in New Issue