mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-09 04:28:12 +08:00
Using null followed by a head, tail, or a partial pattern match is an anti-pattern. Use case matching instead.
Using null followed by a head, tail, or a partial pattern match is an anti-pattern. Use case matching instead.