mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-20 01:52:58 +08:00
Fix #1128 - Add g:ale_linters_explicit for only enabling linters explicitly
This commit is contained in:
@@ -68,7 +68,9 @@ let g:ale_filetype_blacklist = [
|
||||
\]
|
||||
|
||||
" This Dictionary configures which linters are enabled for which languages.
|
||||
let g:ale_linters = get(g:, 'ale_linters', {})
|
||||
call ale#Set('linters', {})
|
||||
" This option can be changed to only enable explicitly selected linters.
|
||||
call ale#Set('linters_explicit', 0)
|
||||
|
||||
" This Dictionary configures which functions will be used for fixing problems.
|
||||
let g:ale_fixers = get(g:, 'ale_fixers', {})
|
||||
|
||||
Reference in New Issue
Block a user