From bbe0a4e6c9bfbc9a7728e0cfc10854e63ab110a5 Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 11 Nov 2021 14:56:23 +0100 Subject: [PATCH] Fixing & description --- SC2248.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SC2248.md b/SC2248.md index 0c5dfa3..4ee1f30 100644 --- a/SC2248.md +++ b/SC2248.md @@ -1,6 +1,6 @@ -# Warn about variable references without braces. +# Warn about double quoting even when variables don't contain special characters. -This error is optional and not enabled by default. +This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=quote-safe-variables` in a `# shellcheck` comment or `.shellcheckrc` ## Problematic code: