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