Updated SC2268 (markdown)

Vidar Holen
2021-04-09 20:45:04 -07:00
parent 99219bdf93
commit 4e2453643c

@@ -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: ### Problematic code:
@@ -38,9 +38,7 @@ Zsh (while not supported by ShellCheck) fixed the same problem in 2015.
### Exceptions: ### Exceptions:
This warning is optional, and not enabled by default. If you are targeting especially old shells, you can ignore this warning (or use a different letter).
If you are targeting especially old shells, you should not enable this warning.
### Related resources: ### Related resources: