Skip to content

Commit 3b2676a

Browse files
authored
Add Checkstyle's ModifierOrder rule (#7653)
1 parent 56e0d4b commit 3b2676a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<property name="allowNoEmptyLineBetweenFields" value="false" />
5858
</module>
5959
<module name="OneStatementPerLineCheck"/>
60+
<module name="ModifierOrder" />
6061
</module>
6162
<module name="RegexpSingleline">
6263
<property name="format" value="^\s*\*\s*@author"/>

0 commit comments

Comments
 (0)