This way we'll be able to customize some of the rules, which doesn't seem to be possible when using the `.mdlrc` file. For simplification purposes, instead of including all rules one by one, we're excluding the few rules we don't use.
8 lines
130 B
Ruby
8 lines
130 B
Ruby
all
|
|
exclude_rule "MD013"
|
|
exclude_rule "MD024"
|
|
exclude_rule "MD029"
|
|
exclude_rule "MD040"
|
|
exclude_rule "MD041"
|
|
exclude_rule "MD046"
|