Nested with statements can be merged into a single compound with statement.
This issue is raised only when there are no other statements between the nested with statements.
Merging collapsible with statements can decrease cognitive complexity, improving code readability.
Nested
with
statements can be merged into a single compoundwith
statement.This issue is raised only when there are no other statements between the nested
with
statements. Merging collapsiblewith
statements can decrease cognitive complexity, improving code readability.