Skip to content

Commit

Permalink
Sort TreeWalker entries
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 27, 2024
1 parent 694a3b3 commit 5cfb7c6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/conf/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ limitations under the License.
<property name="file" value="checkstyle-suppressions.xml" />
</module>
<module name="TreeWalker">
<module name="FinalLocalVariable" />
<module name="MissingOverride" />
<module name="AvoidStarImport" />
<module name="FinalLocalVariable" />
<module name="IllegalImport" />
<module name="RedundantImport" />
<module name="UnusedImports" />
<module name="NeedBraces" />
<module name="ModifierOrder" />
<module name="RedundantModifier" />
<module name="UpperEll" />
<module name="LeftCurly" />
<module name="NeedBraces" />
<module name="RightCurly" />
<module name="ImportOrder">
<property name="option" value="top" />
<property name="groups" value="java,javax,org" />
<property name="ordered" value="true" />
<property name="separated" value="true" />
</module>
<module name="LeftCurly" />
<module name="MissingOverride" />
<module name="ModifierOrder" />
<module name="NeedBraces" />
<module name="NeedBraces" />
<module name="RedundantImport" />
<module name="RedundantModifier" />
<module name="RightCurly" />
<module name="UnusedImports" />
<module name="UpperEll" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
<module name="WhitespaceAroundCheck" />
Expand Down

0 comments on commit 5cfb7c6

Please sign in to comment.