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: