From 79ca6e951453ee4d4cff60bc77b5d148c65a468a Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Thu, 17 Feb 2022 20:37:15 -0500 Subject: [PATCH] Fix markdown-lint by pinning version (#196) The markdown-lint is updated and the rules have changed and existing OTEPs are now failing the linting. This pins the version to avoid failures. A future PR can be submitted to update the markdown-lint version and fix all OTEPs according to new rules. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3277a8a9..e07b00e58 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ enforce-markdown-link-check: .PHONY: install-markdown-lint install-markdown-lint: - npm install -g markdownlint-cli + npm install -g markdownlint-cli@0.30.0 .PHONY: markdown-lint markdown-lint: