debian-mirror-gitlab/.mdlrc.style

33 lines
790 B
Plaintext
Raw Normal View History

2019-09-30 21:07:59 +05:30
# This is the style file for mdl, configured in .gitlab/ci/docs.gitlab-ci.yml,
# and related to the options file ./mdlrc
# See https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
# for more detailed information on the rules and styles.
rule "MD001"
2019-10-12 21:52:04 +05:30
rule "MD002"
2019-09-30 21:07:59 +05:30
rule "MD003", :style => :atx
2019-10-12 21:52:04 +05:30
rule "MD006"
rule "MD010"
2019-09-30 21:07:59 +05:30
rule "MD011"
2019-10-12 21:52:04 +05:30
rule "MD012"
rule "MD019"
rule "MD022"
2019-09-30 21:07:59 +05:30
rule "MD023"
2019-10-12 21:52:04 +05:30
rule "MD025"
rule "MD028"
rule "MD029", :style => :one
rule "MD030"
2019-09-30 21:07:59 +05:30
rule "MD032"
rule "MD034"
rule "MD037"
2019-10-12 21:52:04 +05:30
rule "MD038"
2019-09-30 21:07:59 +05:30
# Should not be used currently:
# rule "MD004", :style => :dash # unordered list style - dash
# False positives, see https://github.com/markdownlint/markdownlint/issues/261
# rule "MD039" # Spaces inside link text
# Crashes when link text has certain punctuation