From 57fce93af7f64f025cec6f3ed6088163086bc9fe Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 16 Oct 2021 22:38:12 +0200 Subject: [PATCH] Disable exhaustivestruct linter --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index 5c64c886..0d46f732 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -185,6 +185,7 @@ linters: - gci - errorlint - nlreturn + - exhaustivestruct # rules to deal with reported isues issues: