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"/> Further Reading Scalastyle - EmptyClass