Testing #3529
Annotations
10 errors
tests (vet, 1.22):
examples/features/csm_observability/client/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
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):
examples/features/opentelemetry/client/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
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):
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):
examples/features/csm_observability/server/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
tests (vet, 1.22):
examples/features/customloadbalancer/server/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
tests (vet, 1.22):
examples/features/opentelemetry/server/main.go#L19
should have a package comment https://revive.run/r#package-comments
|
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):
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
|