Skip to content

Fix bare URLs in Markdown

Markus Koller requested to merge fix-markdown-lint into master

What does this MR do?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/64020

@eread @axil I saw this was introduced in https://gitlab.com/gitlab-org/gitlab-ee/commit/d05eebe1ddd, the commit message says "Linting rule not enabled for now because tooling produces false positives.", but it seems the rule MD034 was enabled anyway? Let me know if I should remove it, otherwise if CI passes for this MR we can assume the false positives are gone?

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Markus Koller

Merge request reports