mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-28 23:06:51 +08:00
Close #2132 - Add deprecation warnings for old features
This commit is contained in:
@@ -25,10 +25,10 @@ Before:
|
||||
call ale#linter#Define('testft', {
|
||||
\ 'name': 'lsplinter',
|
||||
\ 'lsp': 'tsserver',
|
||||
\ 'executable_callback': 'EmptyString',
|
||||
\ 'command_callback': 'EmptyString',
|
||||
\ 'project_root_callback': 'EmptyString',
|
||||
\ 'language_callback': 'EmptyString',
|
||||
\ 'executable': function('EmptyString'),
|
||||
\ 'command': function('EmptyString'),
|
||||
\ 'project_root': function('EmptyString'),
|
||||
\ 'language': function('EmptyString'),
|
||||
\})
|
||||
|
||||
call ale#linter#Define('testft', {
|
||||
|
||||
Reference in New Issue
Block a user