docs: slight useEmptySource improvement#7757
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.228ZApplied to files:
📚 Learning: 2025-10-02T12:57:33.228ZApplied to files:
📚 Learning: 2025-10-02T12:58:00.914ZApplied to files:
📚 Learning: 2025-10-02T12:57:33.228ZApplied 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 insteadTest Plan
Docs