From 4e890e9daf4025484a4adc595dff007bdf4453ab Mon Sep 17 00:00:00 2001 From: Yati Padia Date: Tue, 13 Jul 2021 17:10:32 +0530 Subject: [PATCH] ci: disable gci and wrapcheck linter This commit disables wrapcheck and gci linters. Updates: #1586 Signed-off-by: Yati Padia --- scripts/golangci.yml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index 7d513bd51..7ede001bb 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -174,3 +174,7 @@ linters: - forbidigo # TODO: enable gomoddirectives - gomoddirectives + # TODO: enable gci + - gci + # TODO: enable wrapcheck linter, see: https://github.com/ceph/ceph-csi/pull/2268 + - wrapcheck