Skip to content

Commit 26b2ecd

Browse files
committed
[Java] Update checkstyle config.
1 parent 1dc7755 commit 26b2ecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,9 @@
174174
<module name="JavadocMethod">
175175
<property name="allowUndeclaredRTE" value="true"/>
176176
</module>
177+
178+
<module name="OperatorWrap">
179+
<property name="option" value="eol"/>
180+
</module>
177181
</module>
178182
</module>

0 commit comments

Comments
 (0)