aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-14 13:32:31 +0000
committerGravatar Runxi Yu2026-06-14 13:32:31 +0000
commitfe6ee8c684e7e634dc433ff48cbd3ab1045705fb (patch)
treee50c17fa457f111a52016e2586e16fc6b2a6b584
parentobject/store/packed/internal/ingest: Don't use WriteTo (diff)
ci: Ignore err113/wrapcheck for cmd
-rw-r--r--.golangci.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 0f2234be..cb9dec5c 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -10,6 +10,10 @@ linters:
- path: internal/testgit
linters:
- err113 # test helpers report ad-hoc git failures; static errors add no value here
+ - path: cmd/
+ linters:
+ - err113
+ - wrapcheck
disable:
- dupword # extremely normal in tests and a pretty unnecessary linter
- goconst # unnecessary especially for our parsing code; many false positives