diff --git a/SC2292.md b/SC2292.md index 64daabb..6a787ad 100644 --- a/SC2292.md +++ b/SC2292.md @@ -1,4 +1,4 @@ -## Prefer [[ ]] over [ ] for tests in Bash/Ksh. +## Prefer `[[ ]]` over `[ ]` for tests in Bash/Ksh. This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-double-brackets` in a `# shellcheck` comment or `.shellcheckrc`