From 9bd611e7c3e504406d2fb7a81a28008ea71dc4b5 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 15 Jun 2022 12:19:52 +0200 Subject: [PATCH] Error on mispellings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...