diff options
author | Ian2020 <Ian2020@users.noreply.github.com> | 2020-04-29 17:45:16 +0100 |
---|---|---|
committer | Ian2020 <Ian2020@users.noreply.github.com> | 2020-04-29 17:45:16 +0100 |
commit | 65bea1a5cbbc8ff2557410263c87c2e02cb4a42c (patch) | |
tree | 83df6f0ce37e27e0a8b60c7d7d5634ec29469a02 | |
parent | 716f9a9bbb46162e967cb95b892d0516a06ef129 (diff) | |
download | ale-65bea1a5cbbc8ff2557410263c87c2e02cb4a42c.zip |
Main logic of shellcheck has moved, updated backward compat test
-rw-r--r-- | test/test_backwards_compatibility.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_backwards_compatibility.vader b/test/test_backwards_compatibility.vader index e4e3756f..e0e52bd4 100644 --- a/test/test_backwards_compatibility.vader +++ b/test/test_backwards_compatibility.vader @@ -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 |