Skip to content

Commit

Permalink
Fix markdown-lint by pinning version (#196)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tigrannajaryan committed Feb 18, 2022
1 parent 218be9e commit 79ca6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79ca6e9

Please sign in to comment.