[
https://issues.apache.org/jira/browse/IGNITE-14361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17305844#comment-17305844
]
Ignite TC Bot commented on IGNITE-14361:
----------------------------------------
{panel:title=Branch: [pull/8907/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8907/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5925920&buildTypeId=IgniteTests24Java8_RunAll]
> Add WhiteSpace after checkstyle rule
> ------------------------------------
>
> Key: IGNITE-14361
> URL: https://issues.apache.org/jira/browse/IGNITE-14361
> Project: Ignite
> Issue Type: Improvement
> Reporter: Nikolay Izhikov
> Assignee: Nikolay Izhikov
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Right now checkstyle plugin don't check whitespace after rule that allows the
> following violation of Ignite code style
> {code:java}
> finish.apply(p.id,msg.result(), msg.error());
> {code}
> Need to add the following rule to prevent it:
> {code:xml}
> <module name="WhitespaceAfter">
> <property name="tokens" value="COMMA, SEMI"/>
> </module>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)