Uh oh!
There was an error while loading. Please reload this page.
style: bring the workspace up to the strict clippy gate - #2
Conversation
Important Review skippedToo many files! This PR contains 107 files, which is 7 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (107)
You can disable this status message by setting the 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 |
23fc92c to
15a96c5CompareThe strict gate landed in 5ccc405 without the code that satisfies it, so every branch and every fork inherits a red CI that says nothing about the change under review. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
The watchdog is there to catch a hung test, but each line's package selection resolves features on its own, so a line can spend the whole budget rebuilding dependencies and die before a single test runs. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
df1e83b to
ed21b53CompareUh oh!
There was an error while loading. Please reload this page.
WalErrortoApiErrormapping, so aTooLargeor a retryable store error answers 503 instead of 500. That is the only behavior change.