Skip to content

Testing

Testing #3510

Triggered via schedule August 17, 2024 01:05
Status Success
Total duration 6m 32s
Artifacts

testing.yml

on: schedule
vet-proto
26s
vet-proto
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests (vet, 1.22): internal/serviceconfig/serviceconfig.go#L93
this block is empty, you can remove it https://revive.run/r#empty-block
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): examples/features/flow_control/server/main.go#L38
should omit type string from declaration of var payload; it will be inferred from the right-hand side https://revive.run/r#var-declaration
tests (vet, 1.22): cmd/protoc-gen-go-grpc/grpc.go#L352
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): cmd/protoc-gen-go-grpc/grpc.go#L519
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): reflection/test/grpc_testing_not_regenerate/testv3.go#L382
context.Context should be the first parameter of a function https://revive.run/r#context-as-argument
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): internal/channelz/socket.go#L73
exported type SocketType should have comment or be unexported https://revive.run/r#exported
tests (vet, 1.22): internal/channelz/trace.go#L82
exported type ChannelTrace should have comment or be unexported https://revive.run/r#exported
tests (vet, 1.22): internal/channelz/subchannel.go#L50
exported method SubChannel.Sockets should have comment or be unexported https://revive.run/r#exported