Skip to content

Commit

Permalink
[chores] Enable checkstyle ModifierOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 31, 2023
1 parent d8922a5 commit 1765c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codequality/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
<module name="OuterTypeFilename"/>
<module name="UpperEll"/>

<!-- Modifiers -->
<module name="ModifierOrder"/>

<!-- Whitespaces -->
<module name="GenericWhitespace"/>
<module name="EmptyForInitializerPad"/>
Expand Down

0 comments on commit 1765c27

Please sign in to comment.