This rule is deprecated, and will eventually be removed.
Why is this an issue?
RETURN
should not be used from within a FOR
or WHILE
loop. Doing so can quickly turn your code into
"spaghetti code". Such code is hard to read, refactor and therefore to maintain.