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:
Yug 2020-07-12 18:41:02 +05:30 committed by mergify[bot]
parent 9e435db454
commit 94b745d573

View File

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