We were following it about half of the time and we even added it to our former `.mdlrc` file. However, for some reason, MDL doesn't detect this rule when specified in the `.mdlrc` file, so we didn't notice we weren't following it in many cases. Now that we're using a style file to configure MDL, we can enable this rule again and apply it, since now MDL correctly includes it in its report.
10 lines
169 B
Ruby
10 lines
169 B
Ruby
all
|
|
exclude_rule "MD013"
|
|
exclude_rule "MD024"
|
|
exclude_rule "MD029"
|
|
exclude_rule "MD041"
|
|
exclude_rule "MD046"
|
|
|
|
rule "MD007", indent: 2
|
|
rule "MD026", punctuation: ".,;:!"
|