mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Disable VisibilityModifier in checkstyle.xml
This commit is contained in:
parent
63bcc04eff
commit
55480c8290
@ -159,10 +159,10 @@
|
|||||||
<module name="FinalClass"/>
|
<module name="FinalClass"/>
|
||||||
<module name="HideUtilityClassConstructor"/>
|
<module name="HideUtilityClassConstructor"/>
|
||||||
<module name="InterfaceIsType"/>
|
<module name="InterfaceIsType"/>
|
||||||
<module name="VisibilityModifier">
|
<!--<module name="VisibilityModifier">
|
||||||
<property name="ignoreAnnotationCanonicalNames" value="State,ColumnInfo"/>
|
<property name="ignoreAnnotationCanonicalNames" value="State,ColumnInfo"/>
|
||||||
<property name="severity" value="warning"/>
|
<property name="severity" value="warning"/>
|
||||||
</module>
|
</module>-->
|
||||||
|
|
||||||
<!-- Miscellaneous other checks. -->
|
<!-- Miscellaneous other checks. -->
|
||||||
<!-- See https://checkstyle.org/config_misc.html -->
|
<!-- See https://checkstyle.org/config_misc.html -->
|
||||||
|
Loading…
Reference in New Issue
Block a user