Skip to content

Commit 91392de

Browse files
authored
mdlint: Use named rules. (open-telemetry#1813)
1 parent 1b0a642 commit 91392de

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.markdownlint.yaml

+9-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1+
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
2+
# and https://github.com/DavidAnson/markdownlint/blob/main/README.md
3+
14
# Default state for all rules
25
default: true
36

4-
# ul-style
5-
MD004: false
6-
7-
# line-length
8-
MD013: false
9-
10-
# no-duplicate-header
11-
MD024:
7+
ul-style: false
8+
line-length: false
9+
no-duplicate-header:
1210
siblings_only: true
13-
14-
# ol-prefix
15-
MD029:
11+
ol-prefix:
1612
style: ordered
17-
18-
# no-inline-html
19-
MD033: false
20-
21-
# fenced-code-language
22-
MD040: false
13+
no-inline-html: false
14+
fenced-code-language: false

0 commit comments

Comments
 (0)