Files
nairobi/.mdl_style.rb
Javi Martín 819485eb80 Re-add and apply MDL rule MD040
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.
2024-06-21 15:57:52 +02:00

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: ".,;:!"