Error on mispellings

This commit is contained in:
Hector Sanjuan 2022-06-15 12:19:52 +02:00
parent 755cebbe0d
commit 9bd611e7c3

View File

@ -30,7 +30,7 @@ follow:
check: check:
go vet ./... go vet ./...
staticcheck --checks all ./... staticcheck --checks all ./...
misspell -locale US . misspell -error -locale US .
test: test:
go test -v ./... go test -v ./...