Skip to content

GONRG-6067: Infra pipeline doesnt check all README.md files

  • Changed md_link_check command to return non-zero code when dead links are found
  • Replaced Ruby markdownlint with Node.js markdownlint-cli that is more configurable and correct.
  • Disabled MD033/no-inline-html because we often use <details> tag to add block that user can open and close on demand, and HTML tags are also used in tables to insert multiline strings in one cell.
  • Edited README.md files to match linter rules.
Edited by Volodymyr Pienskoi [EPAM / GCP]

Merge request reports