Pattern: Unnecessary statement
Issue: -
This rule suggests to remove redundant statements like a break
at the end of a case block, for improving the code's readability.
Pattern: Unnecessary statement
Issue: -
This rule suggests to remove redundant statements like a break
at the end of a case block, for improving the code's readability.