Nested If Depth

Maximum number of nested if-else blocks (default 1).


Configuration

{
    "type": "NestedIfDepth",
    "props": {
        "severity": "ERROR",
        "max": 1
    }
}