diff options
| -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 |
