Bug 1471646 - Add OneTopLevelClass to android checkstyle. r=nalexander

MozReview-Commit-ID: 1NCxpqi5nHZ

--HG--
extra : rebase_source : 8b44fbe866ae5fac7547e9d1ece3a03a84718e79
This commit is contained in:
Tudor-Gabriel Vîjială 2018-06-28 13:24:31 +01:00
parent a2c3715849
commit dedd2ba467

View File

@ -21,7 +21,6 @@
(I spent too much time already)
Maybe add:
- OneTopLevelClass
- OverloadMethodsDeclarationOrder
- Empty*Block // better to catch errors!
(I spent too much time already)
@ -58,6 +57,7 @@
<property name="allowEmptyMethods" value="true"/>
<property name="allowEmptyTypes" value="true"/>
</module>
<module name="OneTopLevelClass"/>
</module>
</module>