summaryrefslogtreecommitdiff
path: root/ale_linters/text/redpen.vim
blob: ec4433b952ca71c94407189bce0da794c50d66e4 (plain)
1
2
3
4
5
6
7
8
9
" Author: rhysd https://rhysd.github.io
" Description: Redpen, a proofreading tool (http://redpen.cc)

call ale#linter#Define('text', {
\   'name': 'redpen',
\   'executable': 'redpen',
\   'command': 'redpen -f plain -r json %t',
\   'callback': 'ale#handlers#redpen#HandleRedpenOutput',
\})