dant3 commented on code in PR #3239:
URL: https://github.com/apache/ignite-3/pull/3239#discussion_r1497123718
##########
check-rules/checkstyle-rules.xml:
##########
@@ -377,6 +376,12 @@
<module name="CommentsIndentation">
<property name="tokens" value="SINGLE_LINE_COMMENT,
BLOCK_COMMENT_BEGIN"/>
</module>
+ <!-- Comments should start with space -->
+ <module name="TodoComment">
Review Comment:
> Just wonder why it is called TodoComment.
The original CheckStyle rule itself is for checking if there are any TODO in
your comments, and if there are, it issues a warning. We use custom regexp for
that rule to check if comment starts with something but space, instead of
checking if it contains TODO
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]