Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@
<suppress checks="ImportControl" files="TransactionsExpirationTest.java"/>
<suppress checks="ImportControl" files="TransactionsTest.java"/>
<suppress checks="ImportControl" files="TransactionsWithMaxInFlightOneTest.java"/>
<suppress checks="(NPathComplexity|ClassDataAbstractionCoupling|ClassFanOutComplexity|JavaNCSS|MethodLength)" files="LogCleanerTest.java"/>
<suppress checks="(NPathComplexity|ClassDataAbstractionCoupling|ClassFanOutComplexity|JavaNCSS|MethodLength)" files="(LogCleanerTest|LogLoaderTest).java"/>
<suppress checks="ParameterNumber" files="LogTestUtils.java"/>

<!-- benchmarks -->
<suppress checks="(ClassDataAbstractionCoupling|ClassFanOutComplexity)"
Expand Down
Loading
Loading