From 4e2453643cd35382da0ede999b7d8bca1e5595e0 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 9 Apr 2021 20:45:04 -0700 Subject: [PATCH] Updated SC2268 (markdown) --- SC2268.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SC2268.md b/SC2268.md index 25c1b13..110827a 100644 --- a/SC2268.md +++ b/SC2268.md @@ -1,4 +1,4 @@ -## Avoid outdated x-prefix in comparisons as it no longer serves a purpose. +## Avoid x-prefix in comparisons as it no longer serves a purpose. ### Problematic code: @@ -38,9 +38,7 @@ Zsh (while not supported by ShellCheck) fixed the same problem in 2015. ### Exceptions: -This warning is optional, and not enabled by default. - -If you are targeting especially old shells, you should not enable this warning. +If you are targeting especially old shells, you can ignore this warning (or use a different letter). ### Related resources: