Skip to content

Commit

Permalink
mdlint: Use named rules. (open-telemetry#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 authored Jul 19, 2021
1 parent 38d527a commit 718e703
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
# and https://github.com/DavidAnson/markdownlint/blob/main/README.md

# Default state for all rules
default: true

# ul-style
MD004: false

# line-length
MD013: false

# no-duplicate-header
MD024:
ul-style: false
line-length: false
no-duplicate-header:
siblings_only: true

# ol-prefix
MD029:
ol-prefix:
style: ordered

# no-inline-html
MD033: false

# fenced-code-language
MD040: false
no-inline-html: false
fenced-code-language: false

0 comments on commit 718e703

Please sign in to comment.