aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.golangci.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 3c6679f9..2befef15 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -2,6 +2,10 @@ version: "2"
linters:
default: all
+ exclusions:
+ paths:
+ - internal/compress/flate
+ - internal/compress/internal
disable:
- depguard # not sensible for us
- dupword # extremely normal in tests and a pretty unnecessary linter
@@ -39,3 +43,4 @@ linters:
issues:
max-issues-per-linter: 0
max-same-issues: 0
+