ci: disable exhaustivestruct linter

This commit disables the exhaustivestruct linter
as it is meant to be used only for special cases.
We don't need to enable this for our project.

Fixes: #2224

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia 2021-06-30 10:20:55 +05:30 committed by mergify[bot]
parent c5bc3d38c4
commit 9414a76a86

View File

@ -166,5 +166,6 @@ linters:
- wsl - wsl
- funlen - funlen
- testpackage - testpackage
- exhaustivestruct
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227 # TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
- goerr113 - goerr113