You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: bash 3.2 compat for theme-utils, suppress shellcheck warnings in tests
- Replace declare -A (bash 4+) with case function in theme-utils.sh
- Guard empty array expansions with ${arr[@]+"${arr[@]}"} for set -u
- Use printf instead of echo for escape sequences (SC2028)
- Add shellcheck disable comments to test files for pre-existing warnings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments