NewPipe/checkstyle/suppressions.xml

14 lines
422 B
XML
Raw Permalink 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>
<!-- Use @SuppressWarnings("...") if it is possible, only use this file if it is not -->
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>