Skip to content

Commit

Permalink
remove VariableDeclarationUsageDistance check in checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangZhengSi committed May 10, 2019
1 parent aee1442 commit a02cabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/checkstyle/checkStyleAll.xml
Expand Up @@ -19,7 +19,7 @@
<property name="charset" value="UTF-8"/>

<property name="severity" value="warning"/>
<property name="localeLanguage" value="en"/>
<!--<property name="localeLanguage" value="en"/>-->
<property name="fileExtensions" value="java, properties, xml"/>
<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
Expand Down Expand Up @@ -177,7 +177,7 @@
<!--<property name="allowedAbbreviationLength" value="1"/>-->
<!--</module>-->
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<!--<module name="VariableDeclarationUsageDistance"/>-->
<module name="CustomImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>
Expand Down

0 comments on commit a02cabf

Please sign in to comment.