Skip to content
Merged
Show file tree
Hide file tree
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 .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"no-inline-html": {
"allowed_elements": ["br", "img", "kbd"]
},
// A changelog repeats "### Bug Fixes" under every release, which is only a duplicate if the
// whole document is compared at once. Release Please generates those, so the alternative to
// this is a lint failure on every release after the first.
"no-duplicate-heading": {
"siblings_only": true
},
"no-multiple-blanks": {
"maximum": 2
},
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Changelog

Maintained by [Release Please](https://github.com/googleapis/release-please) from
[Conventional Commit](https://www.conventionalcommits.org/) subjects on `main`. Do not edit by hand.