Add misspell target
This commit is contained in:
parent
6d9772ce00
commit
f311668625
5 changed files with 12 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -244,3 +244,11 @@ live-docs:
|
|||
build-docs:
|
||||
@docker build --pull -t ingress-nginx/mkdocs build/mkdocs
|
||||
@docker run --rm -it -v ${PWD}:/docs ingress-nginx/mkdocs build
|
||||
|
||||
.PHONY: misspell
|
||||
misspell:
|
||||
@go get github.com/client9/misspell/cmd/misspell
|
||||
misspell \
|
||||
-locale US \
|
||||
-error \
|
||||
cmd/* internal/* deploy/* docs/* design/* test/* README.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue