Skip to content

feat: add shellcheck to Makefile and CI, fix all findings#102

Merged
sebrandon1 merged 1 commit into
mainfrom
feat/add-shellcheck
Jul 15, 2026
Merged

feat: add shellcheck to Makefile and CI, fix all findings#102
sebrandon1 merged 1 commit into
mainfrom
feat/add-shellcheck

Conversation

@sebrandon1

Copy link
Copy Markdown
Contributor

Summary

  • Adds shellcheck to the make lint target alongside shfmt
  • Fixes all existing shellcheck findings across 8 scripts:
    • Quote variables to prevent word splitting (SC2086)
    • Fix glob-in-test bug in download-install-crc.sh (SC2144)
    • Group redirects in get-cluster-credentials.sh (SC2129)
    • Use find instead of ls in move-crc-bundles-to-temp.sh (SC2012)
    • Add directives for intentional patterns (SC2016, SC1090)

Closes #78

Add shellcheck alongside shfmt in the lint target. Fix all existing
shellcheck findings across 8 scripts: quote variables to prevent
word splitting (SC2086), fix glob-in-test bug in download script
(SC2144), group redirects (SC2129), and add directives for
intentional patterns (SC2016, SC1090).

Closes #78
@sebrandon1
sebrandon1 force-pushed the feat/add-shellcheck branch from dad0690 to 881f67e Compare July 15, 2026 21:11
@sebrandon1
sebrandon1 merged commit 050a043 into main Jul 15, 2026
14 of 16 checks passed
@sebrandon1
sebrandon1 deleted the feat/add-shellcheck branch July 15, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add shellcheck to Makefile and CI

1 participant