Skip to content
Snippets Groups Projects
Unverified Commit 579e8199 authored by AJRubio-Montero's avatar AJRubio-Montero Committed by GitHub
Browse files

Update .mdl_style.rb

parent 78682619
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ all ...@@ -2,7 +2,7 @@ all
# our changelog does this, by design # our changelog does this, by design
# exclude_rule 'MD003' # exclude_rule 'MD003'
# rule 'MD007', :indent => 3 # rule 'MD007', :indent => 3
rule 'MD013', heading_line_length: "90" rule 'MD013', heading_line_length: 400
# => doesn't work for style # => doesn't work for style
# rule 'MD029', :style => :ordered # rule 'MD029', :style => :ordered
rule "MD029", style: "ordered" rule "MD029", style: "ordered"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment