-
-
Notifications
You must be signed in to change notification settings - Fork 720
fix(cli): include plugin rule in summary report #7643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cli): include plugin rule in summary report #7643
Conversation
🦋 Changeset detectedLatest commit: 286984d The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe summary reporter now treats diagnostics whose category name starts with "plugin" as rule diagnostics to be collected alongside existing categories like "lint/", "suppressions/" and "assist/". Tests were updated to add a PLUGIN fixture, write a Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
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 |
9b10d31
to
9855d0d
Compare
9855d0d
to
6a0b9c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot the changeset
@ematipico thanks! I just added it. I forget the changeset every single time. Since CodeRabbit has enough context about my changes, we might be able to enforce this automatically via CodeRabbit. |
d873faf
to
286984d
Compare
My bad. I saw the changeset-bot now. |
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Fixes #7580