Updated SC2237 (markdown)

Eisuke Kawashima
2025-07-20 03:03:44 +09:00
parent 662733073e
commit b1b28812ef

@@ -30,7 +30,7 @@ You have negated `test -z` or `test -n`, resulting in a needless double-negative
### Exceptions:
This is a stylistic issue that does not affect correctness. If you prefer the original expression, you can't not [[Ignore]] it with a directive or flag.
This is a stylistic issue that does not affect correctness. If you prefer the original expression, you can [[Ignore]] it with a directive or flag.
### Related resources: