Refactored the way we decorate reactor scheduler

This commit is contained in:
Marcin Grzejszczak
2019-02-18 15:00:57 +01:00
parent 375f7338a6
commit aa01a5c91f
3 changed files with 20 additions and 25 deletions

View File

@@ -28,5 +28,6 @@
<suppress files=".*TracingFeignClient.*" checks="LineLengthCheck"/>
<suppress files=".*WebClientTests.*" checks="LineLengthCheck"/>
<suppress files=".*SamplerAutoConfiguration.*" checks="HideUtilityClassConstructorCheck"/>
<suppress files=".*TraceReactorAutoConfiguration.*" checks="HideUtilityClassConstructorCheck"/>
<suppress files=".*grpc.stubs.*" checks=".*"/>
</suppressions>