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 9bcd30b commit d9a43a1Copy full SHA for d9a43a1
GNUmakefile
@@ -18,7 +18,7 @@ default: build
18
build: fmtcheck
19
go install
20
21
-check: check-vuln
+check: fmtcheck errcheck check-vuln doccheck lint
22
23
check-vuln:
24
govulncheck .
flake.nix
@@ -55,6 +55,7 @@
55
mkShell {
56
packages = [
57
go_1_23
58
+ errcheck
59
govulncheck
60
golangci-lint
61
golangci-lint-langserver
0 commit comments