fix(ci): apply prettier --write to 4 files with formatting drift#1802
fix(ci): apply prettier --write to 4 files with formatting drift#1802Skords-01 wants to merge 1 commit into
Conversation
Pure formatting fix. No semantic changes. Files were drifted on main (failing 'pnpm format:check' which is part of the required 'check' CI job), blocking all PR merges. Files: - apps/console/src/openclaw/parse-mode-guard.test.ts - docs/diagnostics/README.md - docs/initiatives/0009-agent-os-hardening.md - scripts/check-localstorage-allowlist.mjs Local verification: 'node_modules/.bin/prettier --check .' exits 0 after this commit (was exit 1 with 4 warnings on main). Why this is needed: required CI status check 'check' runs 'pnpm format:check' which runs 'prettier --check .'. The prettier warnings cause non-zero exit, which fails 'check', which blocks all PR merges (currently affecting 5 open Dependabot PRs: #1650, #1559, Co-Authored-By: Бу Ка <dmytro.s.stakhov@gmail.com> #1587, #1557, #1558).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughMinor formatting and documentation updates across test code, scripts, and docs files. Changes include test description rewording, error message reformatting, and Markdown table alignment adjustments. No functional behavior is altered. ChangesFormatting & Documentation Cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
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)
⚔️ Resolve merge conflicts
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 |
Summary
Pure formatting fix. No semantic changes. Files were drifted on main (failing
pnpm format:check, which is part of the requiredcheckCI job). This blocks all PR merges — currently 5 open Dependabot PRs (#1650, #1559, #1587, #1557, #1558).Files touched (formatting-only):
apps/console/src/openclaw/parse-mode-guard.test.tsdocs/diagnostics/README.mddocs/initiatives/0009-agent-os-hardening.mdscripts/check-localstorage-allowlist.mjsGoverning Skill
sergeant-bugfix-and-regressionPlaybook
Verification
Additional checks:
git diff --statshows only whitespace/format changes (no semantic edits).Docs and Governance
AGENTS.mdneeded an update. (no)Updated docs:
docs/diagnostics/README.md— pure formatting reflow.docs/initiatives/0009-agent-os-hardening.md— pure formatting reflow.Risk and Rollout
Hard Rule #15
AGENTS.mdbefore coding.--no-verify.Reviewer Notes
The diff is exclusively prettier whitespace/wrap. Confirm by running
git diff -w(whitespace-only).Summary by cubic
Applied
prettier --writeto four files onmainto fix thepnpm format:checkCI failure and unblock PR merges. Formatting-only; no semantic changes.Written for commit 0aef327. Summary will update on new commits.
Summary by CodeRabbit
Tests
Documentation
Style