mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 22:09:47 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -59,7 +59,7 @@ endfunction
|
||||
call ale#linter#Define('xml', {
|
||||
\ 'name': 'xmllint',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable_callback': ale#VarFunc('xml_xmllint_executable'),
|
||||
\ 'command_callback': 'ale_linters#xml#xmllint#GetCommand',
|
||||
\ 'executable': {b -> ale#Var(b, 'xml_xmllint_executable')},
|
||||
\ 'command': function('ale_linters#xml#xmllint#GetCommand'),
|
||||
\ 'callback': 'ale_linters#xml#xmllint#Handle',
|
||||
\ })
|
||||
|
||||
Reference in New Issue
Block a user