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