validate shell scripts with shellcheck#312
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughAdds a ChangesShellCheck Linting Infrastructure and Script Fixes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@ambient-code please review |
There was a problem hiding this comment.
Good PR -- adding shellcheck validation and fixing the warnings it surfaces is a solid improvement. The quoting fixes, || exit guards on cd/pushd/popd, unused loop variable renames, and ${WORKSPACE_PATH:?} guard on rm -rf are all correct and valuable.
I left a few comments, mostly minor. The find precedence bug in find_manifest.sh is the most impactful one.
Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com> Assisted-by: claude-opus-4.6
9709c7e to
133881f
Compare
Summary
Related Issues
Type of Change
Testing
make test)make lint)make manifests generate)Summary by CodeRabbit