mdlint: Use named rules. (#1813)

This commit is contained in:
Christian Neumüller 2021-07-19 18:08:22 +02:00 committed by GitHub
parent 1b0a64202d
commit 91392de830
1 changed files with 9 additions and 17 deletions

View File

@ -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 state for all rules
default: true default: true
# ul-style ul-style: false
MD004: false line-length: false
no-duplicate-header:
# line-length
MD013: false
# no-duplicate-header
MD024:
siblings_only: true siblings_only: true
ol-prefix:
# ol-prefix
MD029:
style: ordered style: ordered
no-inline-html: false
# no-inline-html fenced-code-language: false
MD033: false
# fenced-code-language
MD040: false