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