We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f794a commit dbb6466Copy full SHA for dbb6466
grpc-server/src/main/scala/com/avast/sst/grpc/server/GrpcServerModule.scala
@@ -15,6 +15,7 @@ object GrpcServerModule {
15
* @param executionContext executor to be used for the server
16
* @param globalInterceptors that are run for all the services
17
*/
18
+ @SuppressWarnings(Array("org.wartremover.warts.NonUnitStatements"))
19
def make[F[_]: Sync](config: GrpcServerConfig,
20
services: Seq[ServerServiceDefinition],
21
executionContext: ExecutionContext,
0 commit comments