Skip to content

Commit cad7e5f

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 8f8480c + d968fb8 commit cad7e5f

3 files changed

Lines changed: 256 additions & 254 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ config:
33
line-length: false # MD013
44
no-duplicate-heading: false # MD024
55
reference-links-images: false # MD052
6+
no-multiple-blanks: false # MD012 Ignore due to release-please
67
ignores:
78
- .github/copilot-instructions.md

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"MD024": {
33
"siblings_only": true
44
},
5-
"MD013":false
5+
"MD012": false,
6+
"MD013": false
67
}

0 commit comments

Comments
 (0)