Make Cypher linter dynamic

This commit is contained in:
Francisco Lopes
2019-02-06 20:29:58 -02:00
parent c0c634c5ec
commit b47a0c9519
4 changed files with 4 additions and 4 deletions

View File

@@ -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',
\})