2020-03-31 17:20:15 +00: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 22:57:11 +00:00
|
|
|
<!-- Use @SuppressWarnings("...") if it is possible, only use this file if it is not -->
|
2020-11-06 00:46:13 +00:00
|
|
|
|
2020-07-14 17:21:32 +00:00
|
|
|
<suppress checks="FileLength"
|
2020-12-15 19:11:55 +00:00
|
|
|
files="Player.java"/>
|
2020-07-14 17:21:32 +00:00
|
|
|
|
|
|
|
<suppress checks="FileLength"
|
2020-12-15 19:11:55 +00:00
|
|
|
files="VideoDetailFragment.java"/>
|
2020-03-31 17:20:15 +00:00
|
|
|
</suppressions>
|