Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 565 Bytes

NoWhitespaceBeforeRightBracket.md

File metadata and controls

18 lines (11 loc) · 565 Bytes

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"/>