diff --git a/Makefile b/Makefile index 3e8acd6f..c988da51 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ follow: check: go vet ./... staticcheck --checks all ./... - misspell -locale US . + misspell -error -locale US . test: go test -v ./...