Skip to content

Fix the docs:lint rake task

Nick Thomas requested to merge 244848-fix-docs-lint into master

What does this MR do?

Spotted in https://gitlab.com/gitlab-org/gitlab/-/pipelines/188289214

rake docs:lint complains if you use rake instead of Rake, but the job is currently set to allowed-to-fail in some circumstances (pipelines against master?), so it got merged anyway.

Might as well fix it 😅

Does this MR meet the acceptance criteria?

Conformity

Related to #244848 (closed)

Edited by Nick Thomas

Merge request reports