Pattern: Whitespace before ] Issue: - Description If there is whitespace before a right bracket, this can be confusing to the reader. Example configuration <check enabled="true" class="org.scalastyle.scalariform.NoWhitespaceBeforeRightBracketChecker" level="warning"/> Further Reading Scalastyle - NoWhitespaceBeforeRightBracket