[
https://issues.apache.org/jira/browse/IGNITE-12939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092837#comment-17092837
]
Maxim Muzafarov commented on IGNITE-12939:
------------------------------------------
[~xtern]
Merged to the master branch. Thank you for the review.
> Add WhitespaceAround support checkstyle rule
> --------------------------------------------
>
> Key: IGNITE-12939
> URL: https://issues.apache.org/jira/browse/IGNITE-12939
> Project: Ignite
> Issue Type: Task
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Major
> Fix For: 2.9
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> White spaces must be checked according to java naming conventions.
> Add the appropriate checkstyle rule.
> {code}
> <module name="WhitespaceAround">
> <property name="allowEmptyConstructors" value="true"/>
> <property name="allowEmptyMethods" value="true"/>
> <property name="allowEmptyTypes" value="true"/>
> <property name="allowEmptyLoops" value="true"/>
> <property name="allowEmptyLambdas" value="true"/>
> <property name="allowEmptyCatches" value="true"/>
> </module>
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)