checkstyle: Add DefaultComesLast
This commit is contained in:
parent
7bbcbf25a6
commit
d97319efb7
@ -37,6 +37,7 @@
|
|||||||
<module name="Indentation" />
|
<module name="Indentation" />
|
||||||
<module name="EmptyLineSeparator">
|
<module name="EmptyLineSeparator">
|
||||||
<property name="allowNoEmptyLineBetweenFields" value="true" />
|
<property name="allowNoEmptyLineBetweenFields" value="true" />
|
||||||
|
<!--<property name="allowMultipleEmptyLines" value="false" />-->
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<module name="EmptyForIteratorPad" />
|
<module name="EmptyForIteratorPad" />
|
||||||
@ -64,6 +65,7 @@
|
|||||||
<!--<module name="HiddenField" />-->
|
<!--<module name="HiddenField" />-->
|
||||||
<module name="IllegalInstantiation" />
|
<module name="IllegalInstantiation" />
|
||||||
<!--<module name="InnerAssignment" />-->
|
<!--<module name="InnerAssignment" />-->
|
||||||
|
<module name="DefaultComesLast" />
|
||||||
<!--<module name="MissingSwitchDefault" />-->
|
<!--<module name="MissingSwitchDefault" />-->
|
||||||
|
|
||||||
<module name="FinalClass" />
|
<module name="FinalClass" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user