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