From e39d1dc6e3612670849fbf92a698f0d69ea09c3b Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sun, 20 Feb 2022 20:52:01 +0000 Subject: [PATCH] Disable exhaustivstruct --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 12b7594..bfac16f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -10,6 +10,7 @@ linters: - nlreturn - testpackage - ifshort + - exhaustivestruct linters-settings: errcheck: exclude-functions: