[no-conditional-statement] - allowReturningBranches - should treat continue and break keywords as returning branches. #269
Labels
Type: Enhancement
Enhancement of the code, not introducing new features.
Type: Idea
Marks an idea, which might be accepted and implemented.
continue
andbreak
although not functional are a form ofreturn
, just for a loop rather than a function.The text was updated successfully, but these errors were encountered: