Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit ec8f320

Browse files
committed
Add Checstyle DefaultComesLast
1 parent 56151b0 commit ec8f320

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ limitations under the License.
4444
<module name="ArrayTypeStyle" />
4545
<module name="AvoidStarImport" />
4646
<module name="CovariantEquals" />
47+
<module name="DefaultComesLast" />
4748
<module name="ExplicitInitializationCheck" />
4849
<module name="FinalLocalVariable" />
4950
<module name="FinalParameters" />

0 commit comments

Comments
 (0)