From 15ed9709d4f2cf596ac1c0faba10ffe1606276e1 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 21 Jan 2022 14:55:33 +0530 Subject: [PATCH] ci: skip new checks in golangci-lint skipping new checks in golangci-lint as its much work to addresses new check errors in this PR. Signed-off-by: Madhu Rajanna --- scripts/golangci.yml.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index ecc048cb5..26d60bf80 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -179,3 +179,10 @@ linters: # TODO: enable wrapcheck linter # See: https://github.com/ceph/ceph-csi/pull/2268 - wrapcheck + # TODO: enable linters added in golangci-lint 1.43 + - contextcheck + - gomnd + - ireturn + - tagliatelle + - varnamelen + - nilnil