This is an automated email from the ASF dual-hosted git repository.
lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 4bc9f0ca fix: update Makefile verify-mdlint (#1126)
4bc9f0ca is described below
commit 4bc9f0cac1205ed71bf355817ec7db09690398f8
Author: lsy <[email protected]>
AuthorDate: Mon Jul 4 16:38:48 2022 +0800
fix: update Makefile verify-mdlint (#1126)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 266f417e..6f73b4da 100644
--- a/Makefile
+++ b/Makefile
@@ -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