From 579e819976bb34700684a6dac9eefdd3a3abb4dd Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 15:28:34 +0200 Subject: [PATCH] Update .mdl_style.rb --- .mdl_style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mdl_style.rb b/.mdl_style.rb index 25532b1..7d1fa59 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -2,7 +2,7 @@ all # our changelog does this, by design # exclude_rule 'MD003' # rule 'MD007', :indent => 3 -rule 'MD013', heading_line_length: "90" +rule 'MD013', heading_line_length: 400 # => doesn't work for style # rule 'MD029', :style => :ordered rule "MD029", style: "ordered" -- GitLab