gitlab-org--gitlab-foss/.mdlrc.style
Marcel Amirault 7f50358d1c Update markdown lint style and option files
Add commented lines explaining the file, and including
rules that should pass already, and commented out rules
that can be added in the future, for reference.
2019-07-15 01:42:24 +00:00

21 lines
631 B
Text

# 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"
rule "MD003", :style => :atx
rule "MD011"
rule "MD023"
rule "MD032"
rule "MD034"
rule "MD037"
# 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