Document intentional exceptions for static analysis.
Section: Script Safety
Shellcheck directive example
bash
bash
# shellcheck disable=SC2086
echo $unquotedExplanation
Useful when you use ShellCheck in CI.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Script Safety