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 <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-01-21 14:55:33 +05:30 committed by mergify[bot]
parent 1a69957e1d
commit 15ed9709d4

View File

@ -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