mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-17 01:30:32 +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="HideUtilityClassConstructor"/>
|
||||
<module name="InterfaceIsType"/>
|
||||
<module name="VisibilityModifier">
|
||||
<!--<module name="VisibilityModifier">
|
||||
<property name="ignoreAnnotationCanonicalNames" value="State,ColumnInfo"/>
|
||||
<property name="severity" value="warning"/>
|
||||
</module>
|
||||
</module>-->
|
||||
|
||||
<!-- Miscellaneous other checks. -->
|
||||
<!-- See https://checkstyle.org/config_misc.html -->
|
||||
|
Loading…
Reference in New Issue
Block a user