From 736acc6472b5c5b78c2ad6a6465f264c82266fc0 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 15:20:27 +0200 Subject: [PATCH] Update .mdl_style.rb --- .mdl_style.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.mdl_style.rb b/.mdl_style.rb index 34e25d6..9e94bc0 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -1,9 +1,8 @@ all # our changelog does this, by design # exclude_rule 'MD003' -# default in next version, remove then -# "MD003": { "style": "atx_closed" # rule 'MD007', :indent => 3 -# doesn't work for style +rule 'MD013', :heading_line_length => 90 +# => doesn't work for style # rule 'MD029', :style => :ordered rule "MD029", style: "ordered" -- GitLab