Skip to content

Commit 9b4f8fd

Browse files
committed
Add Checkstyle DefaultComesLast
1 parent 32372c9 commit 9b4f8fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ limitations under the License.
5151
<module name="ArrayTypeStyle" />
5252
<module name="AvoidStarImport" />
5353
<module name="CovariantEquals" />
54+
<module name="DefaultComesLast" />
5455
<module name="ExplicitInitializationCheck" />
5556
<module name="FinalLocalVariable" />
5657
<module name="IllegalImport" />

0 commit comments

Comments
 (0)