Skip to content

Commit 26eca0c

Browse files
committed
Update flags for misspell
1 parent e7375bb commit 26eca0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean:
2323
test: lint_scripts
2424
stdout=$$(gofumpt -l . 2>&1); if [ "$$stdout" ]; then exit 1; fi
2525
go vet ./...
26-
misspell $(GO_FILES)
26+
misspell -error $(GO_FILES)
2727
gocyclo -over 10 $(GO_FILES)
2828
staticcheck ./...
2929
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)