mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-05 14:44:24 +08:00
#2132 - Replace all uses of foo_callback with foo
This commit is contained in:
@@ -30,8 +30,8 @@ endfunction
|
||||
call ale#linter#Define('puppet', {
|
||||
\ 'name': 'languageserver',
|
||||
\ 'lsp': 'stdio',
|
||||
\ 'executable_callback': ale#VarFunc('puppet_languageserver_executable'),
|
||||
\ 'executable': {b -> ale#Var(b, 'puppet_languageserver_executable')},
|
||||
\ 'command': '%e --stdio',
|
||||
\ 'language': 'puppet',
|
||||
\ 'project_root_callback': 'ale_linters#puppet#languageserver#GetProjectRoot',
|
||||
\ 'project_root': function('ale_linters#puppet#languageserver#GetProjectRoot'),
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user