Skip to content

Roll forward docs linting versions

Marcel Amirault requested to merge docs-lint-image-update into master

What does this MR do and why?

This rolls the version of the markdownlint dependency forward, along with the updated docs linting image added in gitlab-docs!3077 (merged). This version of markdownlint adds some new rules that don't work in the project, but fixes some false positives for other rules.

This is also required for anyone who updates their local version of markdownlint, as it will start failing without the updated config (you might have to disable lefthook to push changes to docs until this is updated).

At the same time, we can also fix a few docs so we can enable the strong-style rule now.

This is similar to the updates made previously in !80129 (merged)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports