checkstyle: Add OneStatementPerLine
Also OneTopLevelClass, but we're not there yet
This commit is contained in:
parent
d97319efb7
commit
638daf83cf
@ -40,6 +40,9 @@
|
||||
<!--<property name="allowMultipleEmptyLines" value="false" />-->
|
||||
</module>
|
||||
|
||||
<!--<module name="OneTopLevelClass" />-->
|
||||
<module name="OneStatementPerLine" />
|
||||
|
||||
<module name="EmptyForIteratorPad" />
|
||||
<module name="GenericWhitespace" />
|
||||
<module name="MethodParamPad" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user