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