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 <tkalkir...@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 <sergey.chugu...@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"/>

Reply via email to