checkstyle: Add OneStatementPerLine

Also OneTopLevelClass, but we're not there yet
This commit is contained in:
Daniel Martí 2015-10-08 22:29:32 +02:00
parent d97319efb7
commit 638daf83cf

View File

@ -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" />