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