We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea9b3c commit 74cf90cCopy full SHA for 74cf90c
2 files changed
Makefile
@@ -21,7 +21,7 @@ clean:
21
test:
22
stdout=$$(gofumpt -l . 2>&1); if [ "$$stdout" ]; then exit 1; fi
23
go vet ./...
24
- misspell $(GO_FILES)
+ misspell -error $(GO_FILES)
25
gocyclo -over 10 $(GO_FILES)
26
staticcheck ./...
27
errcheck ./...
internal/buildconfig/buildconfig.go
@@ -1,4 +1,4 @@
1
-// Package buildconfig cpntains variables that are set during compliation.
+// Package buildconfig contains variables that are set during compilation.
2
package buildconfig
3
4
// Version of the build.
0 commit comments