From f65b18c2f6716744fe2f781843f83ddc325b73ec Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 30 Oct 2021 15:12:31 +0200 Subject: [PATCH] Remove wrapcheck linter --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index bc307f7c..97800aab 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -187,6 +187,7 @@ linters: - nlreturn - exhaustivestruct - forbidigo + - wrapcheck # rules to deal with reported isues issues: