From f9c12ddeb2259ed5d654df3ac6ba1d5a06a6d0b0 Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 11 Nov 2021 14:42:32 +0100 Subject: [PATCH] Display brackets in the title --- SC2292.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`