Skip to content

Commit 9fcb433

Browse files
committed
调整checkstyle配置
1 parent 990dcd4 commit 9fcb433

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

quality-checks/google_checks.xml

-8
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@
140140
</module>
141141
<module name="OverloadMethodsDeclarationOrder"/>
142142
<module name="VariableDeclarationUsageDistance"/>
143-
<module name="CustomImportOrder">
144-
<property name="customImportOrderRules"
145-
value="SPECIAL_IMPORTS###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###STATIC"/>
146-
<property name="specialImportsRegExp" value="^javax\."/>
147-
<property name="standardPackageRegExp" value="^java\."/>
148-
<property name="sortImportsInGroupAlphabetically" value="true"/>
149-
<property name="separateLineBetweenGroups" value="false"/>
150-
</module>
151143
<module name="MethodParamPad"/>
152144
<module name="ParenPad"/>
153145
<module name="OperatorWrap">

0 commit comments

Comments
 (0)