summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-15 01:42:25 +0000
committerEvan Read <eread@gitlab.com>2019-07-15 01:42:25 +0000
commitbe798137639021cedcddea09acc65fea2ba7851a (patch)
tree50b246be65522126ef1833e7731ecd4a37e3a2f1
parent6f3a2b0b096489d07df7dfb8ffd963f45e84fce1 (diff)
parent7f50358d1cc7fbb22dba031293566c454c68eb23 (diff)
downloadgitlab-ce-be798137639021cedcddea09acc65fea2ba7851a.tar.gz
Merge branch 'docs-markdown-lint-update' into 'master'
Update markdown lint style and option files See merge request gitlab-org/gitlab-ce!30595
-rw-r--r--.mdlrc3
-rw-r--r--.mdlrc.style22
2 files changed, 21 insertions, 4 deletions
diff --git a/.mdlrc b/.mdlrc
index b2127dadc22..151c54f7d44 100644
--- a/.mdlrc
+++ b/.mdlrc
@@ -1,3 +1,6 @@
+# This is the options file for mdl, configured in .gitlab/ci/docs.gitlab-ci.yml,
+# and related to the style file ./mdlrc.style
+
# See https://github.com/markdownlint/markdownlint/blob/master/docs/configuration.md
ignore_front_matter true
diff --git a/.mdlrc.style b/.mdlrc.style
index 30abf03f462..0ca3611df0b 100644
--- a/.mdlrc.style
+++ b/.mdlrc.style
@@ -1,7 +1,21 @@
+# 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 'MD001'
+# rule "MD004", :style => :dash # unordered list style - dash
# False positives, see https://github.com/markdownlint/markdownlint/issues/261
-# rule 'MD004', style: :dash
-rule 'MD032'
-rule 'MD034'
+
+# rule "MD039" # Spaces inside link text
+# Crashes when link text has certain punctuation