From 4d27125e884aafbe0d4ae697f7d22969a85827d5 Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 11 Nov 2021 14:59:51 +0100 Subject: [PATCH] Updating description --- SC2250.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2250.md b/SC2250.md index fdf0ac2..3f4f6e6 100644 --- a/SC2250.md +++ b/SC2250.md @@ -1,6 +1,6 @@ # Prefer putting braces around variable references even when not strictly required. -This error is optional and not enabled by default. +This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-variable-braces` in a `# shellcheck` comment or `.shellcheckrc` ## Problematic code: