diff options
author | Henri Sara <hesara@vaadin.com> | 2016-05-03 17:18:42 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-05-03 17:18:42 +0300 |
commit | 756af27d0d91ff9b38d50706d48e97de5e2cfefb (patch) | |
tree | 6e0782736ddeb2ce1e7332a063979d6db6eeba97 /checkstyle | |
parent | 19c48922b14419b3460980f667b47ce6ee8ced26 (diff) | |
download | vaadin-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')
-rw-r--r-- | checkstyle/vaadin-checkstyle.xml | 2 |
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" /> |