Skip to content

Commit 1574b34

Browse files
committed
checkstyle.xml: NoWhitespaceAfter check should not fail the build.
No functional changes.
1 parent 513f14e commit 1574b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/config/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<module name="MethodParamPad"/>
146146
<module name="NoWhitespaceAfter">
147147
<property name="tokens" value="ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS,TYPECAST"/>
148+
<property name="severity" value="warning"/>
148149
</module>
149150
<module name="NoWhitespaceBefore">
150151
<property name="severity" value="warning"/>

0 commit comments

Comments
 (0)