Skip to content

Commit ad95874

Browse files
committed
Move and update config to root of project for gradle upgrade
1 parent 9bc7107 commit ad95874

File tree

6 files changed

+6
-777
lines changed

6 files changed

+6
-777
lines changed

client/config/checkstyle/checkstyle.xml renamed to config/checkstyle/checkstyle.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@
4141
<module name="LocalVariableName"/>
4242
<module name="TypeName"/>
4343
<module name="AvoidStarImport"/>
44-
<module name="ImportOrder">
45-
<property name="option" value="above"/>
46-
<property name="separated" value="true"/>
44+
<module name="CustomImportOrder">
45+
<property name="customImportOrderRules"
46+
value="STATIC###STANDARD_JAVA_PACKAGE###SPECIAL_IMPORTS"/>
47+
<property name="specialImportsRegExp" value="^org\.threadly\."/>
48+
<property name="sortImportsInGroupAlphabetically" value="true"/>
49+
<property name="separateLineBetweenGroups" value="true"/>
4750
</module>
4851
<module name="RedundantImport"/>
4952
<module name="UnusedImports"/>

0 commit comments

Comments
 (0)