Skip to content

Commit 74cf90c

Browse files
committed
Update flags for misspell
1 parent bea9b3c commit 74cf90c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean:
2121
test:
2222
stdout=$$(gofumpt -l . 2>&1); if [ "$$stdout" ]; then exit 1; fi
2323
go vet ./...
24-
misspell $(GO_FILES)
24+
misspell -error $(GO_FILES)
2525
gocyclo -over 10 $(GO_FILES)
2626
staticcheck ./...
2727
errcheck ./...

internal/buildconfig/buildconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package buildconfig cpntains variables that are set during compliation.
1+
// Package buildconfig contains variables that are set during compilation.
22
package buildconfig
33

44
// Version of the build.

0 commit comments

Comments
 (0)