From 65bea1a5cbbc8ff2557410263c87c2e02cb4a42c Mon Sep 17 00:00:00 2001 From: Ian2020 Date: Wed, 29 Apr 2020 17:45:16 +0100 Subject: Main logic of shellcheck has moved, updated backward compat test --- test/test_backwards_compatibility.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3