summaryrefslogtreecommitdiff
path: root/ale_linters/text
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@users.noreply.github.com>2017-03-01 19:06:09 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-03-02 00:06:09 +0000
commit18508f74532f41aa4c66a5e217550f00d150a30d (patch)
treef13b02833feb92678ef27dec382777c74bc7e3e3 /ale_linters/text
parent6befe9e37c3a7bc07aba2f66cd7587fd6360359b (diff)
downloadale-18508f74532f41aa4c66a5e217550f00d150a30d.zip
proselint: Add more supported filetypes (#367)
* proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default
Diffstat (limited to 'ale_linters/text')
-rw-r--r--ale_linters/text/proselint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/text/proselint.vim b/ale_linters/text/proselint.vim
index 9bfbb2ce..c1b81e95 100644
--- a/ale_linters/text/proselint.vim
+++ b/ale_linters/text/proselint.vim
@@ -4,6 +4,6 @@
call ale#linter#Define('text', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
-\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\ 'command': 'proselint %t',
+\ 'callback': 'ale#handlers#HandleUnixFormatAsWarning',
\})