Legitimately suppress remaining checkstyle warnings

This commit is contained in:
Stypox 2022-03-19 00:02:57 +01:00 committed by litetex
parent 740a37a2de
commit bdadcfa1f7
7 changed files with 22 additions and 2 deletions

View file

@ -0,0 +1,15 @@
<?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 -->
<suppress checks="LineLength"
files="BandcampExtractorHelper.java"
lines="54"/>
<suppress checks="LineLength"
files="ItagItem.java"
lines="19"/>
</suppressions>