Using Go install for misspell (#8191)
* chore: using go install misspell Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> * chore: fix typo Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
922e27fea7
commit
53ac0ddd42
4 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -167,7 +167,7 @@ live-docs: ## Build and launch a local copy of the documentation website in http
|
|||
|
||||
.PHONY: misspell
|
||||
misspell: ## Check for spelling errors.
|
||||
@go get github.com/client9/misspell/cmd/misspell
|
||||
@go install github.com/client9/misspell/cmd/misspell@latest
|
||||
misspell \
|
||||
-locale US \
|
||||
-error \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue