Rationale
Nesting too many if statements makes the code harder to read, more prone to bugs and in general difficult to maintain.
Rule parameters
You may set the max number of acceptable nested IFs
Nesting too many if statements makes the code harder to read, more prone to bugs and in general difficult to maintain.
You may set the max number of acceptable nested IFs