Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 278 Bytes

unnecessary-stmt.md

File metadata and controls

11 lines (6 loc) · 278 Bytes

Pattern: Unnecessary statement

Issue: -

Description

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

Further Reading