From 6fa060c615f904c228648f1909753c10aed52c76 Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 11 Nov 2021 17:13:38 +0100 Subject: [PATCH] Updated SC2312 (markdown) --- SC2312.md | 2 -- 1 file changed, 2 deletions(-) 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