From b6dcb47b1d1831784d36f482fd99c0ce5e56f088 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 24 Jan 2022 05:14:54 +0000 Subject: [PATCH] docs(markdown_lint): removed no longer needed requirement. MR !15 --- validation/markdown_lint.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/validation/markdown_lint.md b/validation/markdown_lint.md index 0cc9157..0790afa 100644 --- a/validation/markdown_lint.md +++ b/validation/markdown_lint.md @@ -11,8 +11,6 @@ This job provides the following badge: - **Optional** file `.markdownlint.json` in repository root with any rules you wish to specify -- **Mandatory** file `.markdownlint-cli2.jsonc` in the repository root so that a Junit test report is created. - ## your .gitlab-ci.yml changes To use this job add the following to your `.gitlab-ci.yml` file