mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: disable goerr113 linter
goerr113 linter checks the errors handling expressions. It warns about using wrapped static errors in place of dynamic at multiple places. Disabled the linter as of now to avoid regression, and this need to be handled in a seperate issue. Tracker Issue: #1227 Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
9e435db454
commit
94b745d573
@ -167,3 +167,5 @@ linters:
|
||||
- testpackage
|
||||
# TODO: enable nestif, see: https://github.com/ceph/ceph-csi/issues/1229
|
||||
- nestif
|
||||
# TODO: enable goerr113, see: https://github.com/ceph/ceph-csi/issues/1227
|
||||
- goerr113
|
||||
|
Loading…
Reference in New Issue
Block a user