We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7375bb commit 26eca0cCopy full SHA for 26eca0c
Makefile
@@ -23,7 +23,7 @@ clean:
23
test: lint_scripts
24
stdout=$$(gofumpt -l . 2>&1); if [ "$$stdout" ]; then exit 1; fi
25
go vet ./...
26
- misspell $(GO_FILES)
+ misspell -error $(GO_FILES)
27
gocyclo -over 10 $(GO_FILES)
28
staticcheck ./...
29
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