mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-10-31 23:26:21 +00:00
5b4fbe32b1
* fix trying to delete object by index -1 * correction in checkstyle-supressions.xml Co-authored-by: camo0112 <56369484+camo0112@users.noreply.github.com>
32 lines
788 B
XML
32 lines
788 B
XML
<?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"/>
|
|
|
|
<suppress checks="FinalParameters"
|
|
files="InfoListAdapter.java"
|
|
lines="253,325"/>
|
|
|
|
<suppress checks="FinalParameters"
|
|
files="ListHelper.java"
|
|
lines="280,312"/>
|
|
|
|
<suppress checks="EmptyBlock"
|
|
files="ContentSettingsFragment.java"
|
|
lines="227,245"/>
|
|
|
|
<suppress checks="LineLength"
|
|
files="WebMWriter.java"
|
|
lines="156,158"/>
|
|
|
|
<suppress checks="FileLength"
|
|
files="Player.java"/>
|
|
|
|
<suppress checks="FileLength"
|
|
files="VideoDetailFragment.java"/>
|
|
</suppressions>
|