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.
This commit is contained in:
Phillip Webb 2015-10-07 16:54:34 -07:00
parent c9fb9916b8
commit 82fffe3062

View File

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