[
https://issues.apache.org/jira/browse/IGNITE-26112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Zlenko updated IGNITE-26112:
---------------------------------
Labels: ignite-3 (was: )
> Forbid multiple empty lines in code base
> -----------------------------------------
>
> Key: IGNITE-26112
> URL: https://issues.apache.org/jira/browse/IGNITE-26112
> Project: Ignite
> Issue Type: Improvement
> Components: gradle build system ai3
> Reporter: Ivan Zlenko
> Assignee: Ivan Zlenko
> Priority: Major
> Labels: ignite-3
>
> It will be better to enforce single empty line as a separator instead of
> allowing multiple ones.
> So we will have this
> {code:java}
> int I = 0;
> int j = 0;{code}
> Instead of this
> {code:java}
> int I = 0;
> int j = 0;{code}
> It will improve code consistency and readability.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)