mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-19 02:03:12 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -69,7 +69,7 @@ endfunction
|
||||
|
||||
call ale#linter#Define('ruby', {
|
||||
\ 'name': 'reek',
|
||||
\ 'executable_callback': ale#VarFunc('ruby_reek_executable'),
|
||||
\ 'executable': {b -> ale#Var(b, 'ruby_reek_executable')},
|
||||
\ 'command_chain': [
|
||||
\ {'callback': 'ale_linters#ruby#reek#VersionCheck'},
|
||||
\ {'callback': 'ale_linters#ruby#reek#GetCommand'},
|
||||
|
||||
Reference in New Issue
Block a user