aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.golangci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index ebcee82c8..1a5171205 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -40,6 +40,7 @@ linters:
- dupl
- staticcheck
- syz-linter
+ - errorlint
disable:
- bodyclose
- depguard
@@ -96,6 +97,8 @@ linters-settings:
custom:
syz-linter:
path: bin/syz-linter.so
+ errorlint:
+ comparison: false # we want to use "err == iterator.Done"
issues:
exclude-use-default: false