Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-05 05:13:46 +0300
committerEvan Read <eread@gitlab.com>2019-08-05 05:13:46 +0300
commit61e1a1492507ad2b77a48ef0a890de62caa590b3 (patch)
treefdb47e39e78ad5486d050a31b1540ff210df33b3 /.mdlrc.style
parent42f2a19ee4c631f0fc8c4dff721ca892560dd222 (diff)
Expand markdown linting rules for docs
MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
Diffstat (limited to '.mdlrc.style')
-rw-r--r--.mdlrc.style7
1 files changed, 7 insertions, 0 deletions
diff --git a/.mdlrc.style b/.mdlrc.style
index 0ca3611df0b..36fbba3543b 100644
--- a/.mdlrc.style
+++ b/.mdlrc.style
@@ -5,12 +5,19 @@
# for more detailed information on the rules and styles.
rule "MD001"
+rule "MD002"
rule "MD003", :style => :atx
+rule "MD006"
rule "MD011"
+rule "MD019"
+rule "MD022"
rule "MD023"
+rule "MD025"
+rule "MD028"
rule "MD032"
rule "MD034"
rule "MD037"
+rule "MD038"
# Should not be used currently: