You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2021/11/10 12:51:37 UTC

[ignite-3] branch main updated: IGNITE-15883 VariableDeclarationUsageDistance rule is removed from checkstyle rules. Fixes #437

This is an automated email from the ASF dual-hosted git repository.

sergeychugunov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 9fad62c  IGNITE-15883 VariableDeclarationUsageDistance rule is removed from checkstyle rules. Fixes #437
9fad62c is described below

commit 9fad62c1f302bc45e96df45fb18580c6e9517f96
Author: Kirill Tkalenko <tk...@yandex.ru>
AuthorDate: Wed Nov 10 15:51:05 2021 +0300

    IGNITE-15883 VariableDeclarationUsageDistance rule is removed from checkstyle rules. Fixes #437
    
    Signed-off-by: Sergey Chugunov <se...@gmail.com>
---
 check-rules/checkstyle-rules.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/check-rules/checkstyle-rules.xml b/check-rules/checkstyle-rules.xml
index 67540c8..bc7e168 100644
--- a/check-rules/checkstyle-rules.xml
+++ b/check-rules/checkstyle-rules.xml
@@ -284,7 +284,6 @@
     </module>
     <module name="NoWhitespaceBeforeCaseDefaultColon"/>
     <module name="OverloadMethodsDeclarationOrder"/>
-    <module name="VariableDeclarationUsageDistance"/>
     <module name="CustomImportOrder">
       <property name="sortImportsInGroupAlphabetically" value="true"/>
       <property name="separateLineBetweenGroups" value="true"/>