mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-04 22:06:55 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -158,9 +158,9 @@ endfunction
|
||||
|
||||
call ale#linter#Define('perl6', {
|
||||
\ 'name': 'perl6',
|
||||
\ 'executable_callback': 'ale_linters#perl6#perl6#GetExecutable',
|
||||
\ 'executable': function('ale_linters#perl6#perl6#GetExecutable'),
|
||||
\ 'output_stream': 'both',
|
||||
\ 'command_callback': 'ale_linters#perl6#perl6#GetCommand',
|
||||
\ 'command': function('ale_linters#perl6#perl6#GetCommand'),
|
||||
\ 'callback': 'ale_linters#perl6#perl6#Handle',
|
||||
\})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user