mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-25 05:21:08 +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', {
|
||||
|
||||
@@ -35,3 +35,5 @@ set ttimeoutlen=0
|
||||
execute 'set encoding=utf-8'
|
||||
|
||||
let g:mapleader=','
|
||||
|
||||
let g:ale_ignore_2_4_warnings = 1
|
||||
|
||||
Reference in New Issue
Block a user