From 9414a76a865f09a3a938da13afa5aa67329baa5a Mon Sep 17 00:00:00 2001 From: Yati Padia Date: Wed, 30 Jun 2021 10:20:55 +0530 Subject: [PATCH] ci: disable exhaustivestruct linter This commit disables the exhaustivestruct linter as it is meant to be used only for special cases. We don't need to enable this for our project. Fixes: #2224 Signed-off-by: Yati Padia --- scripts/golangci.yml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index 08f378240..dfdada23d 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -166,5 +166,6 @@ linters: - wsl - funlen - testpackage + - exhaustivestruct # TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227 - goerr113