NewPipe/checkstyle-suppressions.xml

33 lines
854 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"
2020-10-18 08:16:55 +02:00
lines="221,293"/>
<suppress checks="FinalParameters"
files="InfoListAdapter.java"
lines="253,325"/>
2020-04-09 17:24:43 +02:00
2020-05-18 11:44:24 +02:00
<suppress checks="FinalParameters"
files="ListHelper.java"
lines="281,313"/>
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-04-09 17:24:43 +02:00
<!-- org.schabi.newpipe.streams -->
<suppress checks="LineLength"
files="WebMWriter.java"
lines="156,158"/>
2020-07-14 19:21:32 +02:00
<suppress checks="FileLength"
2021-01-08 18:35:33 +01:00
files="Player.java"/>
2020-07-14 19:21:32 +02:00
<suppress checks="FileLength"
files="VideoDetailFragment.java"/>
</suppressions>