Skip to content

Commit 4faf4c7

Browse files
committed
style: enable TodoComment in checkstyle
1 parent ebc3cd2 commit 4faf4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
<!-- See https://checkstyle.org/checks/misc/index.html -->
184184
<module name="ArrayTypeStyle"/>
185185
<!-- TODO <module name="FinalParameters"/> -->
186-
<!-- TODO <module name="TodoComment"/> -->
186+
187+
<module name="TodoComment"/>
187188
<module name="UpperEll"/>
188189

189190
<!-- https://checkstyle.org/filters/suppressionxpathfilter.html -->

0 commit comments

Comments
 (0)