fix(ack-pay): format errors.ts to satisfy oxfmt check#109
Conversation
The constructor signature exceeded the print width; wrap parameters so `oxfmt --check` passes and unblock CI on main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesError class constructor formatting
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Why
CI on
mainis red. Thecheck:formatstep (oxfmt --check .) fails onpackages/ack-pay/src/errors.ts:This was introduced in bdf929d (
fix(ack-pay): preserve original error cause in verifyPaymentRequestToken), which added theoptions?: ErrorOptionsparameter and pushed the constructor signature past oxfmt's print width without reformatting.What
Run
oxfmton the file, wrapping the constructor parameters across multiple lines. No behavioral change.pnpm run check:formatnow passes locally.🤖 Generated with Claude Code
Summary by CodeRabbit
Note: This release contains no user-facing changes or functional improvements.