summaryrefslogtreecommitdiff
path: root/ale_linters/cypher
diff options
context:
space:
mode:
authorFrancisco Lopes <francisco@oblita.com>2019-02-06 20:29:58 -0200
committerFrancisco Lopes <francisco@oblita.com>2019-02-06 20:29:58 -0200
commitb47a0c951935d6530cde649e4be276a04303d4d2 (patch)
tree11c0b859ed9350a90a0ada3892555c33cf40d3e2 /ale_linters/cypher
parentc0c634c5eccfee6b5fd3ba7e6d506c345abc3e21 (diff)
downloadale-b47a0c951935d6530cde649e4be276a04303d4d2.zip
Make Cypher linter dynamic
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',
\})