Browse Source

Relax `ParenPad` checkstyle rule

Eclipse Mars has a formatter bug (#479291) that sometimes adds
additional whitespace on annotations. Until it's fixed we need to relax
the `ParenPad` checkstyle rule.
pull/4120/head
Phillip Webb 10 years ago
parent
commit
82fffe3062
  1. 2
      spring-boot-parent/src/checkstyle/checkstyle.xml

2
spring-boot-parent/src/checkstyle/checkstyle.xml

@ -143,7 +143,7 @@ @@ -143,7 +143,7 @@
<property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, ARRAY_DECLARATOR"/>
</module>
<module name="NoWhitespaceBefore" />
<module name="ParenPad" />
<!-- <module name="ParenPad" /> -->
<module name="TypecastParenPad" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />

Loading…
Cancel
Save