style(test): apply shfmt formatting to E2E scripts#2359
style(test): apply shfmt formatting to E2E scripts#2359
Conversation
The squash merge of #2351 skipped pre-commit hooks, leaving shfmt formatting violations in the snapshot-commands and deployment-services test scripts. Run shfmt -w to fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo shell test scripts are reformatted to adjust indentation within conditional blocks and restructure multi-line command chains. The cloudflared installation condition and snapshot verification logic are rewritten to use explicit Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
The squash merge of #2351 skipped pre-commit hooks, leaving shfmt formatting violations that broke the
mainworkflow checks. This appliesshfmt -wto fix them.Test plan
shfmt -dproduces no diff on both filesSummary by CodeRabbit
Release Notes
Note: These are internal testing improvements with no visible impact on end-user functionality.