diff options
| author | 2026-06-14 13:32:31 +0000 | |
|---|---|---|
| committer | 2026-06-14 13:32:31 +0000 | |
| commit | fe6ee8c684e7e634dc433ff48cbd3ab1045705fb (patch) | |
| tree | e50c17fa457f111a52016e2586e16fc6b2a6b584 | |
| parent | object/store/packed/internal/ingest: Don't use WriteTo (diff) | |
ci: Ignore err113/wrapcheck for cmd
| -rw-r--r-- | .golangci.yaml | 4 |
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 |
