mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-05 22:54:24 +08:00
Fix linting issue - indentation incorrect
This commit is contained in:
@@ -100,8 +100,8 @@ endfunction
|
|||||||
|
|
||||||
function! ale#handlers#shellcheck#GetCommand(buffer) abort
|
function! ale#handlers#shellcheck#GetCommand(buffer) abort
|
||||||
return ale#semver#RunWithVersionCheck(a:buffer,
|
return ale#semver#RunWithVersionCheck(a:buffer,
|
||||||
\ ale#Var(a:buffer, 'sh_shellcheck_executable'),
|
\ ale#Var(a:buffer, 'sh_shellcheck_executable'),
|
||||||
\ '%e --version',
|
\ '%e --version',
|
||||||
\ function('ale#handlers#shellcheck#GetCommandWithVersion'),
|
\ function('ale#handlers#shellcheck#GetCommandWithVersion'),
|
||||||
\ )
|
\)
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user