mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
7f94a57908
commit
9e435db454
@ -165,3 +165,5 @@ linters:
|
|||||||
- wsl
|
- wsl
|
||||||
- funlen
|
- funlen
|
||||||
- testpackage
|
- testpackage
|
||||||
|
# TODO: enable nestif, see: https://github.com/ceph/ceph-csi/issues/1229
|
||||||
|
- nestif
|
||||||
|
Loading…
Reference in New Issue
Block a user