Skip to content

Commit ff25563

Browse files
committed
build(checkstyle): disallow TODO commenta to workaround bug in pdd.
See cqfn/pdd#117 No functional changes. [ci skip]
1 parent ef7b41e commit ff25563

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
@@ -269,7 +269,7 @@
269269
-->
270270
<module name="UpperEll"/>
271271
<module name="TrailingComment">
272-
<property name="legalComment" value="TODO|XXX|NOPMD"/>
272+
<property name="legalComment" value="XXX|NOPMD"/>
273273
</module>
274274

275275
</module>

0 commit comments

Comments
 (0)