We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a9714 commit 8d19a2fCopy full SHA for 8d19a2f
internal/grpc/grpc.go
@@ -68,7 +68,6 @@ var (
68
_ GrpcConnectionInterface = (*GrpcConnection)(nil)
69
)
70
71
-// nolint: ireturn
72
func NewGrpcConnection(ctx context.Context, agentConfig *config.Config) (*GrpcConnection, error) {
73
if agentConfig == nil || agentConfig.Command.Server.Type != config.Grpc {
74
return nil, errors.New("invalid command server settings")
0 commit comments