diff --git a/SC2312.md b/SC2312.md index 49e792b..209cf83 100644 --- a/SC2312.md +++ b/SC2312.md @@ -30,8 +30,6 @@ By assigning it to a variable first, the exit code of the command will propagate If you don't care about the command's exit status, or already handle it through a side channel like `<(cmd; echo $? > status)`, then you can either [[ignore]] the suggestion with a directive, or use `|| true` (or `|| :`) to suppress it. -Note that this suggestion is optional, and only shows up when explicitly enabled in the script, on the command line, or in a `.shellcheckrc`. - ### Related resources: * Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file