ci: disable gci and wrapcheck linter

This commit disables wrapcheck and gci
linters.

Updates: #1586

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia 2021-07-13 17:10:32 +05:30 committed by mergify[bot]
parent 172b66f73f
commit 4e890e9daf

View File

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