Skip to content

Commit a02cabf

Browse files
committedMay 10, 2019
remove VariableDeclarationUsageDistance check in checkstyle
1 parent aee1442 commit a02cabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎config/checkstyle/checkStyleAll.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<property name="charset" value="UTF-8"/>
2020

2121
<property name="severity" value="warning"/>
22-
<property name="localeLanguage" value="en"/>
22+
<!--<property name="localeLanguage" value="en"/>-->
2323
<property name="fileExtensions" value="java, properties, xml"/>
2424
<!-- Checks for whitespace -->
2525
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
@@ -177,7 +177,7 @@
177177
<!--<property name="allowedAbbreviationLength" value="1"/>-->
178178
<!--</module>-->
179179
<module name="OverloadMethodsDeclarationOrder"/>
180-
<module name="VariableDeclarationUsageDistance"/>
180+
<!--<module name="VariableDeclarationUsageDistance"/>-->
181181
<module name="CustomImportOrder">
182182
<property name="sortImportsInGroupAlphabetically" value="true"/>
183183
<property name="separateLineBetweenGroups" value="true"/>

0 commit comments

Comments
 (0)
Please sign in to comment.