mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Correct all Vint warnings
This commit is contained in:
@@ -16,7 +16,7 @@ if !exists('g:ale_linters_sh_shellcheck_exclusions')
|
||||
let g:ale_linters_sh_shellcheck_exclusions = ''
|
||||
endif
|
||||
|
||||
if g:ale_linters_sh_shellcheck_exclusions != ''
|
||||
if g:ale_linters_sh_shellcheck_exclusions !=# ''
|
||||
let s:exclude_option = '-e ' . g:ale_linters_sh_shellcheck_exclusions
|
||||
else
|
||||
let s:exclude_option = ''
|
||||
|
||||
Reference in New Issue
Block a user