Skip to content

Commit

Permalink
fix: update Makefile verify-mdlint (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
stillfox-lee authored Jul 4, 2022
1 parent 4aa2ca5 commit 4bc9f0c
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 @@ -184,7 +184,7 @@ verify-license:
### verify-mdlint: Verify markdown files lint rules.
.PHONY: verify-mdlint
verify-mdlint:
docker run -it --rm -v $(PWD):/work tmknom/markdownlint '**/*.md' --ignore node_modules
docker run -it --rm -v $(PWD):/work tmknom/markdownlint '**/*.md' --ignore node_modules --ignore CHANGELOG.md

### verify-all: Verify all verify- rules.
.PHONY: verify-all
Expand Down

0 comments on commit 4bc9f0c

Please sign in to comment.