Skip to content

Commit 981b37a

Browse files
committed
Add Checkstyle DefaultComesLast
1 parent 67cc9af commit 981b37a

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
@@ -37,6 +37,7 @@ limitations under the License.
3737
<module name="TreeWalker">
3838
<module name="AvoidStarImport" />
3939
<module name="CovariantEquals" />
40+
<module name="DefaultComesLast" />
4041
<module name="FinalLocalVariable" />
4142
<module name="ImportOrder">
4243
<property name="option" value="top"/>

0 commit comments

Comments
 (0)