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
Keep your code easy to read and test by containing the use of nested conditional structures.
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