Skip to content

Commit

Permalink
update checkstyle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed Oct 9, 2024
1 parent 0b83bf3 commit 934d459
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,6 @@
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="tokens" value="IMPORT, STATIC_IMPORT, PACKAGE_DEF"/>
</module>
<module name="ImportOrder">
<property name="groups" value="org.highmed, java"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
<property name="staticGroups" value="org.highmed, java"/>
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>
<module name="MethodParamPad">
<property name="tokens"
value="CTOR_DEF, LITERAL_NEW, METHOD_CALL, METHOD_DEF, CTOR_CALL,
Expand Down

0 comments on commit 934d459

Please sign in to comment.