7 Commits

Author SHA1 Message Date
Javi Martín
da1bac3638 Add a Markdownlint style file
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.
2024-06-21 15:57:52 +02:00
Javi Martín
035bfeb3b1 Add and apply MD047 MDL rule
We weren't adding a newline character at the end of a couple of files.
2024-06-21 15:57:52 +02:00
Javi Martín
ad66334446 Remove MDL rules that weren't being applied
I've no idea why, but these rules were ignored by the `mdl` command, so
we weren't following them. We might add them again in the future.
2024-06-21 15:57:52 +02:00
Javi Martín
504fa1b5e7 Remove non-existing rules in MDL configuration file
These rules (MD008, MD015, MD016 and MD017) were removed almost 10 years
ago, before we started this project [1].

[1] https://github.com/markdownlint/markdownlint/commit/71333042
2024-06-21 15:57:52 +02:00
Javi Martín
0710e3d542 Remove redundant files in docs subfolder
These files were both in the Consul Democracy repository and the
documentation repository. Since now both repositories have been merged
into one, we can remove the duplicate files.

Note there was a small difference in the `.mdlrc` file because we
changed it in commit b3a718ae6. We're keeping this change so we don't
get these syntax warnings in the documentation.
2024-06-18 20:33:01 +02:00
Javi Martín
cbc8d2fb62 Remove "headers with the same content" mdl rule
This rule would be fine if it only applied to headers within the same
section, but the way we structure our CHANGELOG.md file, each release
has the "Added", "Changed" and "Fixed" headers.
2020-08-11 12:13:23 +02:00
Bertocq
5c8faa2654 Add markdownlinter config file 2017-06-14 18:14:02 +02:00