Skip to content

Commit

Permalink
updated nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
akats7 committed Nov 1, 2024
1 parent 507f0ff commit e7d3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configgrpc/configgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (gcs *ClientConfig) ToClientConn(
if err != nil {
return nil, err
}
//lint:ignore SA1019 see https://github.com/open-telemetry/opentelemetry-collector/pull/11575
//nolint:staticcheck
return grpc.DialContext(ctx, gcs.sanitizedEndpoint(), grpcOpts...)
}

Expand Down

0 comments on commit e7d3ca5

Please sign in to comment.