1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-21 18:42:35 +01:00
NewPipe/checkstyle/suppressions.xml

20 lines
524 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="FinalParameters"
files="LocalItemListAdapter.java"
lines="232,304"/>
2020-11-06 01:46:13 +01:00
<suppress checks="EmptyBlock"
files="ContentSettingsFragment.java"
lines="227,245"/>
2020-11-06 01:46:13 +01:00
2020-07-14 19:21:32 +02:00
<suppress checks="FileLength"
files="Player.java"/>
2020-07-14 19:21:32 +02:00
<suppress checks="FileLength"
files="VideoDetailFragment.java"/>
</suppressions>