mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-04 13:56:56 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -50,7 +50,7 @@ endfunction
|
||||
call ale#linter#Define('ansible', {
|
||||
\ 'name': 'ansible_lint',
|
||||
\ 'aliases': ['ansible', 'ansible-lint'],
|
||||
\ 'executable_callback': 'ale_linters#ansible#ansible_lint#GetExecutable',
|
||||
\ 'executable': function('ale_linters#ansible#ansible_lint#GetExecutable'),
|
||||
\ 'command': '%e -p %t',
|
||||
\ 'callback': 'ale_linters#ansible#ansible_lint#Handle',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user