From 8312746732c93daea61ab397b5369d5502446e2e Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 23 Jul 2021 11:16:06 -0700 Subject: [PATCH] Updated SC2148 (markdown) --- SC2148.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SC2148.md b/SC2148.md index 6236843..046c55b 100644 --- a/SC2148.md +++ b/SC2148.md @@ -32,8 +32,6 @@ If you for any reason can't or won't add a shebang, there are multiple other way * Use a shellcheck [[directive]], adding `# shellcheck shell=ksh` before the first command in the file. * Give the script a `.bash`, `.ksh` or `.dash` extension (`.sh` will not assume `--shell=sh` since it's so generic) -Note that this error can not be ignored with a [[directive]]. It is not a suggestion to improve your script, but a warning that ShellCheck lacks information it needs to be helpful. - ### Exceptions -None. Please either add a shebang, directive, extension or use `-s`. \ No newline at end of file +None. Please either add a shebang, directive, extension or use `-s` to maximize ShellCheck's usefulness. \ No newline at end of file