File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
<property name =" charset" value =" UTF-8" />
20
20
21
21
<property name =" severity" value =" warning" />
22
- <property name =" localeLanguage" value =" en" />
22
+ <!-- < property name="localeLanguage" value="en"/> -- >
23
23
<property name =" fileExtensions" value =" java, properties, xml" />
24
24
<!-- Checks for whitespace -->
25
25
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
177
177
<!-- <property name="allowedAbbreviationLength" value="1"/>-->
178
178
<!-- </module>-->
179
179
<module name =" OverloadMethodsDeclarationOrder" />
180
- <module name =" VariableDeclarationUsageDistance" />
180
+ <!-- < module name="VariableDeclarationUsageDistance"/> -- >
181
181
<module name =" CustomImportOrder" >
182
182
<property name =" sortImportsInGroupAlphabetically" value =" true" />
183
183
<property name =" separateLineBetweenGroups" value =" true" />
You can’t perform that action at this time.
0 commit comments