Added test framework as part of the BOM

This commit is contained in:
Marcin Grzejszczak
2020-12-10 19:16:56 +01:00
parent 996a4c1e10
commit 89433dc4d7
4 changed files with 7 additions and 18 deletions

View File

@@ -4,6 +4,7 @@
"https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files=".*/test/.*" checks="JavadocVariable"/>
<suppress files=".*/tests/common/.*" checks="JavadocVariable"/>
<suppress files=".*ReactorSleuth\.java" checks="InnerAssignment"/>
<suppress files=".*SpanHandlerTests.*" checks="LineLengthCheck"/>
<suppress files=".*GrpcTracingIntegrationTests.*" checks="LineLengthCheck"/>