mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +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:
parent
c5bc3d38c4
commit
9414a76a86
@ -166,5 +166,6 @@ linters:
|
||||
- wsl
|
||||
- funlen
|
||||
- testpackage
|
||||
- exhaustivestruct
|
||||
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
||||
- goerr113
|
||||
|
Loading…
Reference in New Issue
Block a user