summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-22 10:56:59 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-22 10:56:59 +0900
commit29111cd7a4308f92c83b305df6fd0b4d29667102 (patch)
tree9c9ef9f57588ae9f2b86646099e1d0d610524660
parent2956a0bfe846b3d58a57429e09ee3cc33aceae00 (diff)
downloadgitlab-ce-docs-ce-node-mdl-poc.tar.gz
Exlucde rule 32 for nowdocs-ce-node-mdl-poc
-rw-r--r--.mdlrc.style2
-rw-r--r--doc/.markdownlint.json31
2 files changed, 1 insertions, 32 deletions
diff --git a/.mdlrc.style b/.mdlrc.style
index b315c99e3fc..85bc3aaa99b 100644
--- a/.mdlrc.style
+++ b/.mdlrc.style
@@ -18,7 +18,7 @@ rule "MD025"
rule "MD028"
rule "MD029", :style => :one
rule "MD030"
-rule "MD032"
+# rule "MD032"
rule "MD034"
rule "MD037"
rule "MD038"
diff --git a/doc/.markdownlint.json b/doc/.markdownlint.json
deleted file mode 100644
index 2c40c0859f0..00000000000
--- a/doc/.markdownlint.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "default": true,
- "first-header-h1": true,
- "header-style": {
- "style": "atx"
- },
- "ul-style": {
- "style": "dash"
- },
- "line-length": false,
- "commands-show-output": false,
- "no-duplicate-header": {
- "allow_different_nesting": true
- },
- "no-trailing-punctuation": {
- "punctuation": ".,;:!。,;:!?"
- },
- "ol-prefix": {
- "style": "one"
- },
- "no-inline-html": false,
- "hr-style": {
- "style": "---"
- },
- "no-emphasis-as-heading": false,
- "fenced-code-language": false,
- "first-line-h1": false,
- "code-block-style": {
- "style": "fenced"
- }
-}