Skip to content

Remove auto-correctable links from rubocop todo

Marcel Amirault requested to merge fix-rubocop-docslink-offences-1 into master

What does this MR do and why?

Fix links identified by new cop added in !165516 (merged)

As a first step, this only addresses auto-correctable rubocop violations (missing .md extension). I auto-corrected them, and then updated code/specs to match, when needed.

In some cases, a ruby spec was related to frontend .vue or .js files, so I updated those as well so that all the specs would pass.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

Edited by Marcel Amirault

Merge request reports

Loading