feat(format/yaml): flow mappings - #11011
Conversation
|
✅ Organic activityNo automation signals detected in the analyzed events. This is an automated analysis by AgentScan |
Parser conformance results onjs/262
jsx/babel
markdown/commonmark
symbols/microsoft
ts/babel
ts/microsoft
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe YAML formatter adds flow-collection detection and optional trailing commas for flow-map entry lists. Flow mappings and entries now use structured, comment-aware layouts with controlled indentation, separators, and explicit Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Checkov (3.3.8)crates/biome_yaml_formatter/tests/specs/yaml/flow/collection_key.yamlTraceback (most recent call last): Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ematipico
left a comment
There was a problem hiding this comment.
Comments to review, and patterns to change.

Summary
This PR formats yaml flow mappings.
generated by fable 5
Test Plan
Updated snapshots. We already had some of our own tests that covered the affected syntax.
Docs