mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-24 00:14:43 -04:00
checkstyle: Add OneStatementPerLine
Also OneTopLevelClass, but we're not there yet
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user