Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 530 Bytes

EmptyClass.md

File metadata and controls

18 lines (11 loc) · 530 Bytes

Pattern: Redundant braces in class/trait

Issue: -

Description

If a class or trait has no members, then braces are unnecessary, and can be removed.

Example configuration

<check enabled="true" class="org.scalastyle.scalariform.EmptyClassChecker" level="warning"/>