diff options
| author | 2026-03-29 15:19:22 +0000 | |
|---|---|---|
| committer | 2026-03-29 15:19:22 +0000 | |
| commit | 5b0b1441ea90d08985ec48cd8f15fc4ff1f2cd92 (patch) | |
| tree | 3bdf44c4eeadfa201061e79691ac8fd66cd29005 /.golangci.yaml | |
| parent | object/fetch: Use proper errors (diff) | |
| signature | No signature | |
ci: Disable dupl v0.1.146
Diffstat (limited to '.golangci.yaml')
| -rw-r--r-- | .golangci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 74c974a2..254682fe 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -8,6 +8,7 @@ linters: - internal/compress/internal disable: - dupword # extremely normal in tests and a pretty unnecessary linter + - dupl # i know when i'm duplicating things and it's almost always for a good reason - ireturn # can't seem to ignore this linter properly and we don't need anyway, cf. tagged unions - goconst # unnecessary especially for our parsing code; many false positives - mnd # unnecessary especially for our parsing code; many false positives |
