summaryrefslogtreecommitdiffstats
path: root/checkstyle/vaadin-checkstyle.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-05-03 17:18:42 +0300
committerHenri Sara <hesara@vaadin.com>2016-05-03 17:18:42 +0300
commit756af27d0d91ff9b38d50706d48e97de5e2cfefb (patch)
tree6e0782736ddeb2ce1e7332a063979d6db6eeba97 /checkstyle/vaadin-checkstyle.xml
parent19c48922b14419b3460980f667b47ce6ee8ced26 (diff)
downloadvaadin-framework-756af27d0d91ff9b38d50706d48e97de5e2cfefb.tar.gz
vaadin-framework-756af27d0d91ff9b38d50706d48e97de5e2cfefb.zip
Relax checkstyle rules
Allow whitespace after cast to match default and Eclipse formatting. Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7
Diffstat (limited to 'checkstyle/vaadin-checkstyle.xml')
-rw-r--r--checkstyle/vaadin-checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml
index eb6c625067..f545b6b442 100644
--- a/checkstyle/vaadin-checkstyle.xml
+++ b/checkstyle/vaadin-checkstyle.xml
@@ -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" />