summaryrefslogtreecommitdiff
path: root/ale_linters/cypher
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/cypher')
-rw-r--r--ale_linters/cypher/cypher_lint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/cypher/cypher_lint.vim b/ale_linters/cypher/cypher_lint.vim
index c72abf45..408ddd6e 100644
--- a/ale_linters/cypher/cypher_lint.vim
+++ b/ale_linters/cypher/cypher_lint.vim
@@ -20,7 +20,7 @@ endfunction
call ale#linter#Define('cypher', {
\ 'name': 'cypher_lint',
\ 'executable': 'cypher-lint',
-\ 'command': 'cypher-lint %s',
+\ 'command': 'cypher-lint',
\ 'output_stream': 'stderr',
\ 'callback': 'ale_linters#cypher#cypher_lint#Handle',
\})