Skip to content

Draft: rename markdownlint configuration file

What does this MR do?

This changes the name of the markdownlint-cli config file, and updates this change throughout the project.

According to the markdownlint-cli docs, the program will look for certain configuration files in the current folder (.markdownlint.json/.markdownlint.yaml/.markdownlint.yml), but will look for a .markdownlintrc in any parent folder.

In general, making this fix should reduce some minimal friction in setting up a workflow for people working on GitLab documentation. For example, if you use Flycheck, this fix allows it to work out of the box in emacs.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mike Russo

Merge request reports