mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Main logic of shellcheck has moved, updated backward compat test
This commit is contained in:
@@ -8,7 +8,7 @@ After:
|
|||||||
|
|
||||||
Execute(Old variable name for the 'shellcheck' linter should still work):
|
Execute(Old variable name for the 'shellcheck' linter should still work):
|
||||||
let g:ale_linters_sh_shellcheck_exclusions = 'SC1234'
|
let g:ale_linters_sh_shellcheck_exclusions = 'SC1234'
|
||||||
runtime ale_linters/sh/shellcheck.vim
|
runtime autoload/ale/handlers/shellcheck.vim
|
||||||
|
|
||||||
AssertEqual 'SC1234', g:ale_sh_shellcheck_exclusions
|
AssertEqual 'SC1234', g:ale_sh_shellcheck_exclusions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user