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:
go vet ./...
staticcheck --checks all ./...
misspell -locale US .
misspell -error -locale US .
test:
go test -v ./...