Main logic of shellcheck has moved, updated backward compat test
This commit is contained in:
parent
716f9a9bbb
commit
65bea1a5cb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ After:
|
|||
|
||||
Execute(Old variable name for the 'shellcheck' linter should still work):
|
||||
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
|
||||
|
||||
|
|
Reference in a new issue