From 5b0b1441ea90d08985ec48cd8f15fc4ff1f2cd92 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 15:19:22 +0000 Subject: ci: Disable dupl --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1-10-gc9f91