mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-15 12:21:00 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -32,7 +32,7 @@ endfunction
|
||||
call ale#linter#Define('rst', {
|
||||
\ 'name': 'rstcheck',
|
||||
\ 'executable': 'rstcheck',
|
||||
\ 'command_callback': 'ale_linters#rst#rstcheck#GetCommand',
|
||||
\ 'command': function('ale_linters#rst#rstcheck#GetCommand'),
|
||||
\ 'callback': 'ale_linters#rst#rstcheck#Handle',
|
||||
\ 'output_stream': 'both',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user