Skip to content

Commit

Permalink
Ignore auto-generated Helm chart doc for markdownlint
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Apr 5, 2022
1 parent 5b011fd commit f04c15a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,12 @@ toc:
.PHONE: markdownlint
markdownlint:
@echo "===> Running markdownlint <==="
markdownlint -c .markdownlint-config.yml -i CHANGELOG/ -i CHANGELOG.md -i hack/netpol -i CODE_OF_CONDUCT.md .
markdownlint -c hack/.markdownlint-config.yml -p hack/.markdownlint-ignore .

.PHONE: markdownlint-fix
markdownlint-fix:
@echo "===> Running markdownlint <==="
markdownlint --fix -c .markdownlint-config.yml -i CHANGELOG/ -i CHANGELOG.md -i hack/netpol -i CODE_OF_CONDUCT.md .
markdownlint --fix -c hack/.markdownlint-config.yml -p hack/.markdownlint-ignore .

.PHONY: spelling-fix
spelling-fix:
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions hack/.markdownlint-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CHANGELOG/
CHANGELOG.md
hack/netpol
CODE_OF_CONDUCT.md
# auto-generated file
build/charts/antrea/README.md

0 comments on commit f04c15a

Please sign in to comment.