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
- SC1091: add disable directives before source "$SCRIPT_DIR/lib.sh" in
all scripts (path uses variable, shellcheck can't resolve statically)
- SC2034: OS and ARCH are set in lib.sh and used by sourcing scripts;
suppress false-positive unused-variable warnings
- SC2005: replace echo "$(uname -m)" with plain uname -m
- SC2016: suppress single-quote $SHELL warning in intentional literal printf
https://claude.ai/code/session_01KVdk4CmanaQvKXrk3inMoV
0 commit comments