mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-10 07:49:19 +08:00
1. Instead of pattern-matching the same list multiple times, do it only once and then pass the pieces separately. 2. Don't reconstruct an object equivalent to one we just deconstructed.