Skip to content

Commit 766573f

Browse files
committed
[add] make checkstyle happy again.
1 parent 0681006 commit 766573f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: checkstyle_checks.xml

+4
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,9 @@
206206
<module name="SuppressWarningsHolder" />
207207
</module>
208208
<module name="SuppressWarningsFilter" />
209+
<module name="SuppressWithPlainTextCommentFilter">
210+
<property name = "offCommentFormat" value = "//CHECKSTYLE:OFF"/>
211+
<property name = "onCommentFormat" value = "//CHECKSTYLE:ON"/>
212+
</module>
209213

210214
</module>

0 commit comments

Comments
 (0)