From 3f1585ba53dd86125606d9f307b9b54a7af7966e Mon Sep 17 00:00:00 2001 From: Grische Date: Thu, 11 Nov 2021 15:00:52 +0100 Subject: [PATCH] Updating description --- SC2230.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2230.md b/SC2230.md index 035dcb8..4ade36c 100644 --- a/SC2230.md +++ b/SC2230.md @@ -1,6 +1,6 @@ ## which is non-standard. Use builtin 'command -v' instead. -Note: This check is opt-in only in ShellCheck 0.7.1+ (`shellcheck -o deprecate-which`). +This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=deprecate-which` in a `# shellcheck` comment or `.shellcheckrc` ### Problematic code: