mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-22 07:44:49 +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.