-
-
Notifications
You must be signed in to change notification settings - Fork 728
docs: slight useEmptySource
improvement
#7757
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
Conversation
|
WalkthroughThis PR updates documentation/test directives in two lint rule files: graphql no_empty_source and json no_empty_source. In GraphQL docs, the code block annotation changes from graphql,expect_diagnostic,use_options to graphql,ignore,use_options. In JSONC docs, the invalid example changes from expecting a diagnostic to ignoring it for jsonc,use_options. There are no code, control-flow, or API changes; only doctest expectations are adjusted. Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (4)crates/biome_*_{syntax,parser,formatter,analyze,factory,semantic}/**📄 CodeRabbit inference engine (CLAUDE.md)
Files:
crates/biome_*/**📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{rs,toml}📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
**/*.rs📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
🧠 Learnings (4)📚 Learning: 2025-10-02T12:57:33.228Z
Applied to files:
📚 Learning: 2025-10-02T12:57:33.228Z
Applied to files:
📚 Learning: 2025-10-02T12:58:00.914Z
Applied to files:
📚 Learning: 2025-10-02T12:57:33.228Z
Applied to files:
⏰ 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). (14)
🔇 Additional comments (2)
Comment |
CodSpeed Performance ReportMerging #7757 will not alter performanceComparing Summary
Footnotes
|
Summary
Woops, wrongly usage of
expect_diagnostic
. Useignore instead
Test Plan
Docs