Skip to content

Commit c6899e7

Browse files
committed
checkstyle.xml: masquerade a comment from 0pdd.
Work around for yegor256/0pdd#168 No functional changes. [ci skip]
1 parent d07a91e commit c6899e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<property name="severity" value="info"/>
263263
</module>
264264
<module name="TodoComment">
265-
<property name="format" value="@todo"/>
265+
<property name="format" value="&#x40;todo"/>
266266
<property name="severity" value="info"/>
267267
</module>
268268
-->

0 commit comments

Comments
 (0)