Browse Source

Relax checkstyle rules

Allow whitespace after cast to match default and Eclipse formatting.

Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7
tags/7.7.0.alpha2
Henri Sara 8 years ago
parent
commit
756af27d0d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle/vaadin-checkstyle.xml

+ 1
- 1
checkstyle/vaadin-checkstyle.xml View File

@@ -172,7 +172,7 @@
<module name="GenericWhitespace" />
<module name="MethodParamPad" />
<module name="NoWhitespaceAfter">
<property name="tokens" value="BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS,TYPECAST"/>
<property name="tokens" value="BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"/>
</module>
<module name="NoWhitespaceBefore" />
<module name="OperatorWrap" />

Loading…
Cancel
Save