[
https://issues.apache.org/jira/browse/IGNITE-16035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17452251#comment-17452251
]
Alexey Scherbakov commented on IGNITE-16035:
--------------------------------------------
[~Berkov]
LGTM
> Checkstyle rule for empty line with whitespace only.
> ----------------------------------------------------
>
> Key: IGNITE-16035
> URL: https://issues.apache.org/jira/browse/IGNITE-16035
> Project: Ignite
> Issue Type: Task
> Components: general
> Reporter: Alexander Belyak
> Assignee: Alexander Belyak
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Need to add some checkstyle rule to avoid empty lines with whitespaces only.
> Like rule in checkstyle-rules.xml:
> {code:java}
> <module name="RegexpSinglelineJava">
> <property name="format" value="^\s+$"/>
> <property name="message" value="Line contains a whitespace indent
> only."/>
> <property name="ignoreComments" value="true"/>
> </module>{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)