From 32829ebfffdb8312006217f701c2146ea3d34787 Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Thu, 16 May 2024 15:56:01 +0200 Subject: [PATCH] chore(lint): keep exhaustivestruct disabled --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index a9220a3..6ebe5f1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -52,6 +52,7 @@ linters: - scopelint - nosnakecase - maligned + - exhaustivestruct # keep - varnamelen - godox # there are a bunch of TODOs that must be solved @@ -62,7 +63,6 @@ linters: # validate - cyclop - exhaustive - - exhaustivestruct - funlen - gochecknoglobals - gochecknoinits