mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-04 07:18:03 +08:00
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:
@ -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 -->
|
||||
|
Reference in New Issue
Block a user