2020-03-31 19:20:15 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
|
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
|
|
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
|
|
|
<suppressions>
|
2022-03-18 23:57:11 +01:00
|
|
|
<!-- 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"
|
2020-12-15 20:11:55 +01:00
|
|
|
files="Player.java"/>
|
2020-07-14 19:21:32 +02:00
|
|
|
|
|
|
|
<suppress checks="FileLength"
|
2020-12-15 20:11:55 +01:00
|
|
|
files="VideoDetailFragment.java"/>
|
2020-03-31 19:20:15 +02:00
|
|
|
</suppressions>
|