Skip to content

Commit b4d97d8

Browse files
authored
Merge pull request #278 from aiven/jeqo/checkstyle-update-suppressions
chore(build): update checkstyle suppresssions
2 parents d221477 + 56146e0 commit b4d97d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

checkstyle/suppressions.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@
1818
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
1919
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
2020
<suppressions>
21+
<suppress checks="AbbreviationAsWordInName" files="DataKeyAndAADEqualsTest"/>
2122
<suppress checks="ClassDataAbstractionCoupling" files=".*Test\.java"/>
2223
<suppress checks="ClassFanOutComplexity" files=".*Test\.java"/>
23-
<suppress checks="ClassFanOutComplexity" files="S3ClientWrapper.java"/>
2424
<suppress checks="ClassFanOutComplexity" files="RemoteStorageManager.java"/>
25-
<suppress checks="ClassDataAbstractionCoupling" files="S3ClientWrapper.java"/>
26-
<suppress checks="ClassDataAbstractionCoupling" files="S3RemoteStorageManagerConfig.java"/>
2725
<suppress checks="ClassDataAbstractionCoupling" files="S3StorageConfig.java"/>
28-
<suppress checks="ClassDataAbstractionCoupling" files="ChunkManager.java"/>
29-
<suppress checks="AbbreviationAsWordInName" files="DataKeyAndAADEqualsTest"/>
3026
<suppress checks="ClassDataAbstractionCoupling" files="RemoteStorageManager.java"/>
3127
</suppressions>

0 commit comments

Comments
 (0)