feat(ci): update gRPC installation step for AlmaLinux to enable crb r… #1423
Annotations
1 error and 1 warning
|
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/47008541637?check_suite_focus=true|[Clang-Tidy] 1 warnings>*
|
|
performance-unnecessary-value-param:
src/limestone/grpc/client/echo_client.cpp#L13
the parameter 'channel' is copied for each invocation but only used as a const reference; consider making it a const reference
|