forked from forgejo/forgejo
Remove unnecessary misspell ignore pattern (#21475)
It doesn't make sense to ignore the pattern again and again.
This commit is contained in:
parent
f0182d8840
commit
0614ae1c44
4 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -280,7 +280,7 @@ fmt-check: fmt
|
|||
|
||||
.PHONY: misspell-check
|
||||
misspell-check:
|
||||
go run $(MISSPELL_PACKAGE) -error -i unknwon $(GO_DIRS) $(WEB_DIRS)
|
||||
go run $(MISSPELL_PACKAGE) -error $(GO_DIRS) $(WEB_DIRS)
|
||||
|
||||
.PHONY: vet
|
||||
vet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue