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
Replace exit code checking pattern from '\! cmd' to using variables for
better code clarity. Wrap long command lines at 80 characters and ensure
proper variable quoting to comply with shellcheck recommendations.
- Use curl_exit_code, sed_exit_code, tar_exit_code variables
- Fix SC2181 violations by avoiding $? checks
- Fix SC2086 violations by adding quotes around variables
- Improve readability with proper line wrapping
0 commit comments