mirror of https://github.com/dense-analysis/ale
specify a filename of the current buffer
This commit is contained in:
parent
3e820207e7
commit
7f1dd5f66a
|
@ -2,7 +2,7 @@
|
||||||
" Description: A linter for Vala using Vala-Lint.
|
" Description: A linter for Vala using Vala-Lint.
|
||||||
|
|
||||||
function! ale_linters#vala#vala_lint#GetCommand(buffer) abort
|
function! ale_linters#vala#vala_lint#GetCommand(buffer) abort
|
||||||
return 'io.elementary.vala-lint'
|
return 'io.elementary.vala-lint %s'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! ale_linters#vala#vala_lint#Handle(buffer, lines) abort
|
function! ale_linters#vala#vala_lint#Handle(buffer, lines) abort
|
||||||
|
|
Loading…
Reference in New Issue