Skip to content

Commit

Permalink
Update flags for misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Apr 1, 2023
1 parent bea9b3c commit 74cf90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clean:
test:
stdout=$$(gofumpt -l . 2>&1); if [ "$$stdout" ]; then exit 1; fi
go vet ./...
misspell $(GO_FILES)
misspell -error $(GO_FILES)
gocyclo -over 10 $(GO_FILES)
staticcheck ./...
errcheck ./...
Expand Down
2 changes: 1 addition & 1 deletion internal/buildconfig/buildconfig.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package buildconfig cpntains variables that are set during compliation.
// Package buildconfig contains variables that are set during compilation.
package buildconfig

// Version of the build.
Expand Down

0 comments on commit 74cf90c

Please sign in to comment.