diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-05 02:13:46 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-05 02:13:46 +0000 |
commit | 61e1a1492507ad2b77a48ef0a890de62caa590b3 (patch) | |
tree | fdb47e39e78ad5486d050a31b1540ff210df33b3 /.mdlrc.style | |
parent | 42f2a19ee4c631f0fc8c4dff721ca892560dd222 (diff) | |
download | gitlab-ce-61e1a1492507ad2b77a48ef0a890de62caa590b3.tar.gz |
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.style | 7 |
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: |