From 86b5e3c6c9063c1930515853f884e3fdfec7e94d Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:54:54 +0100 Subject: [PATCH] Updated SC2250 (markdown) --- SC2250.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2250.md b/SC2250.md index 3f4f6e6..954e1ca 100644 --- a/SC2250.md +++ b/SC2250.md @@ -1,4 +1,4 @@ -# Prefer putting braces around variable references even when not strictly required. +## Prefer putting braces around variable references even when not strictly required. This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-variable-braces` in a `# shellcheck` comment or `.shellcheckrc`