Skip to content

Commit c301fec

Browse files
nishchalgv1vil02
andauthored
style: enable TodoComment in checkstyle (TheAlgorithms#5785)
* style: enable TodoComment in checkstyle * style: remove redundant blank line --------- Co-authored-by: Piotr Idzik <[email protected]>
1 parent ebc3cd2 commit c301fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<!-- See https://checkstyle.org/checks/misc/index.html -->
184184
<module name="ArrayTypeStyle"/>
185185
<!-- TODO <module name="FinalParameters"/> -->
186-
<!-- TODO <module name="TodoComment"/> -->
186+
<module name="TodoComment"/>
187187
<module name="UpperEll"/>
188188

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

0 commit comments

Comments
 (0)