ci: disable nestif linter

The `nestif` linter reports deeply nested if statements.

Disabled `nestif` as of now to avoid regression and
needs to addressed seperately.
Tracking Issue: #1229

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2020-07-12 18:31:46 +05:30 committed by mergify[bot]
parent 7f94a57908
commit 9e435db454

View File

@ -165,3 +165,5 @@ linters:
- wsl
- funlen
- testpackage
# TODO: enable nestif, see: https://github.com/ceph/ceph-csi/issues/1229
- nestif