balancer/rls: Fix RLS Cache metrics #11432
Annotations
10 errors
tests (vet, 1.22):
reflection/test/grpc_testing_not_regenerate/testv3.go#L34
don't use an underscore in package name https://revive.run/r#var-naming
|
tests (vet, 1.22):
reflection/test/grpc_testing_not_regenerate/dynamic.go#L18
don't use an underscore in package name https://revive.run/r#var-naming
|
tests (vet, 1.22):
profiling/cmd/remote.go#L95
if block ends with a return statement, so drop this else and outdent its block https://revive.run/r#indent-error-flow
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L52
exported function NewTestMetricsRecorder should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
internal/status/status.go#L141
redefinition of the built-in type any https://revive.run/r#redefines-builtin-id
|
tests (vet, 1.22):
reflection/test/grpc_testing_not_regenerate/testv3.go#L56
don't use underscores in Go names; type SearchResponseV3_State should be SearchResponseV3State https://revive.run/r#var-naming
|
tests (vet, 1.22):
internal/testutils/stats/test_metrics_recorder.go#L100
exported type MetricsData should have comment or be unexported https://revive.run/r#exported
|
tests (vet, 1.22):
reflection/test/grpc_testing_not_regenerate/testv3.go#L59
don't use underscores in Go names; const SearchResponseV3_UNKNOWN should be SearchResponseV3UNKNOWN https://revive.run/r#var-naming
|
tests (vet, 1.22):
examples/features/customloadbalancer/client/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
tests (vet, 1.22):
xds/internal/xdsclient/loadreport_test.go#L52
redefinition of the built-in function close https://revive.run/r#redefines-builtin-id
|