Fix file filter in lint-doc.sh
What does this MR do and why?
With the changes from Use Tooling::FindChanges for scripts/lint-doc.sh (!135434 - merged) I introduced a bug where not only markdown files, but also images and diagrams are linted.
This MR should fix that.
Related items
- Related to Use Tooling::FindChanges for scripts/lint-doc.sh (!135434 - merged) which changed the list of files passed to the linter
- Related to Initial blueprint for logging support in Gitlab... (!135426 - merged) where a merge request was getting linting failures from
.png
and.drawio
files, neither of which should have been linted
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.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Amy Qualls