aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 15:19:22 +0000
committerGravatar Runxi Yu2026-03-29 15:19:22 +0000
commit5b0b1441ea90d08985ec48cd8f15fc4ff1f2cd92 (patch)
tree3bdf44c4eeadfa201061e79691ac8fd66cd29005 /.golangci.yaml
parentobject/fetch: Use proper errors (diff)
signatureNo signature
ci: Disable dupl v0.1.146
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml1
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