style(basket): fix structured-errors formatting to unblock release lint - #591
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
📄 Knowledge reviewDosu skipped reviewing this PR because your organization has used its |
Greptile SummaryThe PR reformats the basket error-catalog initialization to satisfy Ultracite without changing runtime behavior.
Confidence Score: 5/5The PR appears safe to merge because it only reformats an existing function call without changing its arguments or behavior. The exported error catalog is still initialized with the same function, namespace, and specification object, so no runtime contract or control flow changes. Important Files Changed
Reviews (1): Last reviewed commit: "style(basket): wrap defineErrorCatalog c..." | Re-trigger Greptile |
The
defineErrorCatalog("basket", BASKET_ERROR_SPEC)call from #590 was a single line; ultracite wants it wrapped multi-line. This failed theLintcheck on staging and is blocking the staging→main release (#587). Verified:bunx ultracite checkclean.Summary by cubic
Wrap the
defineErrorCatalog("basket", BASKET_ERROR_SPEC)call over multiple lines to satisfyultraciteformatting and fix the failing Lint check on staging. This unblocks the staging→main release.Written for commit 4078a65. Summary will update on new commits.