From 78682619dce090280d1ba824ddf7d32fc3e9b036 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 15:24:20 +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 9e94bc0..25532b1 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: "90" # => doesn't work for style # rule 'MD029', :style => :ordered rule "MD029", style: "ordered" -- GitLab