From c80549a5de4de9d7796026561385106832d6eee8 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 13:49:36 +0200 Subject: [PATCH] Update .markdownlint.yml --- .markdownlint.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index b376743..e9d8d3e 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,5 +1,7 @@ -{ - "default": true, - "MD003": { "style": "atx_closed" }, - "MD029": { "style": ""ordered" }, -} +all +# our changelog does this, by design +# exclude_rule 'MD003' +# default in next version, remove then +# "MD003": { "style": "atx_closed" +# rule 'MD007', :indent => 3 +rule 'MD029', :style => :ordered -- GitLab