mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
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:
@ -166,5 +166,6 @@ linters:
|
||||
- wsl
|
||||
- funlen
|
||||
- testpackage
|
||||
- exhaustivestruct
|
||||
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
||||
- goerr113
|
||||
|
Reference in New Issue
Block a user