orange-openSource--aws-terr.../.config/.mdl_style.rb
Fabien Gaubert 5cf2ac0217 Init
2023-06-21 14:41:43 +02:00

16 lines
215 B
Ruby

all
rule "MD029", style: "ordered"
# our changelog does this, by design
exclude_rule 'MD024'
# Exclude line length
exclude_rule 'MD013'
# Inline HTML
exclude_rule 'MD033'
# Trailing spaces
exclude_rule 'MD009'