style: enable TodoComment in checkstyle (#5785)

* style: enable TodoComment in checkstyle

* style: remove redundant blank line

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
This commit is contained in:
Nishchal Gupta
2024-10-14 00:08:01 +05:30
committed by GitHub
parent ebc3cd2233
commit c301fec0ac

View File

@ -183,7 +183,7 @@
<!-- See https://checkstyle.org/checks/misc/index.html -->
<module name="ArrayTypeStyle"/>
<!-- TODO <module name="FinalParameters"/> -->
<!-- TODO <module name="TodoComment"/> -->
<module name="TodoComment"/>
<module name="UpperEll"/>
<!-- https://checkstyle.org/filters/suppressionxpathfilter.html -->