[ 
https://issues.apache.org/jira/browse/IGNITE-16035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-16035:
-----------------------------------------
    Labels: ignite-3  (was: )

> 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
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>          Time Spent: 20m
>  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)

Reply via email to