Enforce NoWhitespaceBefore checkstyle

This commit is contained in:
ByteHamster 2019-10-22 16:57:05 +02:00
parent cc52fa04fa
commit 2fb0d637a1
2 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,11 @@
<message key="ws.notPreceded"
value="GenericWhitespace ''{0}'' is not preceded with whitespace."/>
</module>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>
<property name="allowLineBreaks" value="true"/>
</module>
<module name="AnnotationLocation">
<property name="id" value="AnnotationLocationMostCases"/>
<property name="tokens"