summaryrefslogtreecommitdiff
path: root/ale_linters/text/proselint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/text/proselint.vim')
-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',
\})