Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 299 Bytes

EmptyFunctionBlock.md

File metadata and controls

11 lines (6 loc) · 299 Bytes

Pattern: Empty function block

Issue: -

Description

Empty blocks of code serve no purpose and should be removed. This rule will not report functions overriding others.

Further Reading