1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 15:13:20 +00:00
NewPipe/checkstyle-suppressions.xml

29 lines
763 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 06:16:55 +00:00
lines="221,293"/>
<suppress checks="FinalParameters"
files="InfoListAdapter.java"
lines="253,325"/>
2020-04-09 15:24:43 +00:00
2020-05-18 09:44:24 +00:00
<suppress checks="FinalParameters"
files="ListHelper.java"
lines="281,313"/>
2020-04-09 15:24:43 +00:00
<!-- org.schabi.newpipe.streams -->
<suppress checks="LineLength"
files="WebMWriter.java"
lines="156,158"/>
2020-07-14 17:21:32 +00:00
<suppress checks="FileLength"
files="VideoPlayerImpl.java"/>
<suppress checks="FileLength"
files="VideoDetailFragment.java"/>
</suppressions>