Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .rumdl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ style = "fenced"
"docs/designs/ui/compass-sidebar-pins/design.md" = ["MD057"]
"docs/designs/ui/compass-sidebar-pins-unreachable-amendment/design.md" = ["MD057"]

# release-please regenerates CHANGELOG.md on every release and its template
# emits a double blank line under each version heading, tripping MD012. The
# exemption lives here rather than in the file because any hand-fix (or
# `rumdl fmt`) is overwritten at the next version bump.
"CHANGELOG.md" = ["MD012"]

# False: flags a list item's own continuation line (indented prose wrapping one
# bullet) as an unpadded list — the auto-fix inserts a blank line mid-sentence.
# 6 findings, all this pattern.
Expand Down
Loading