From 29111cd7a4308f92c83b305df6fd0b4d29667102 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 22 Aug 2019 10:56:59 +0900 Subject: Exlucde rule 32 for now --- .mdlrc.style | 2 +- doc/.markdownlint.json | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 doc/.markdownlint.json 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" - } -} -- cgit v1.2.1