From ece229c06f36efdc172ae6d70c73b72a16bb4cdf Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Sat, 23 Nov 2019 00:06:41 -0500 Subject: [PATCH] shell: Make description more accurate The shell linter does more than just bash. --- ale_linters/sh/shell.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim index 171fe64e..73ab3608 100644 --- a/ale_linters/sh/shell.vim +++ b/ale_linters/sh/shell.vim @@ -1,5 +1,5 @@ " Author: w0rp -" Description: Lints sh files using bash -n +" Description: Lints shell files by invoking the shell with -n " Backwards compatibility if exists('g:ale_linters_sh_shell_default_shell')