Skip to content

Handlers renamed

Handlers renamed #122

Triggered via pull request May 26, 2024 11:26
Status Failure
Total duration 1m 9s
Artifacts

reviewdog.yml

on: pull_request
reviewdog (github-check)
14s
reviewdog (github-check)
reviewdog on Pull Request
17s
reviewdog on Pull Request
runner / golangci-lint
44s
runner / golangci-lint
runner / staticcheck
58s
runner / staticcheck
runner / misspell
19s
runner / misspell
runner / languagetool
20s
runner / languagetool
runner / shellcheck
5s
runner / shellcheck
runner / alex
24s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

13 errors
reviewdog on Pull Request
Process completed with exit code 1.
reviewdog on Pull Request
Process completed with exit code 1.
runner / golangci-lint
Error: golangci-lint exited with status code: 3
runner / staticcheck: cmd/auth_service/internal/server/grpc.go#L64
[staticcheck] reported by reviewdog 🐶 otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/server/grpc.go","range":{"start":{"line":64,"column":4}}},"severity":"ERROR"}
runner / staticcheck: cmd/auth_service/internal/server/grpc.go#L70
[staticcheck] reported by reviewdog 🐶 otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/server/grpc.go","range":{"start":{"line":70,"column":4}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/internal/workers/daisy_chain.go#L129
[staticcheck] reported by reviewdog 🐶 grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/internal/workers/daisy_chain.go","range":{"start":{"line":129,"column":13}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/internal/workers/daisy_chain.go#L138
[staticcheck] reported by reviewdog 🐶 grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/internal/workers/daisy_chain.go","range":{"start":{"line":138,"column":13}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/main.go#L7
[staticcheck] reported by reviewdog 🐶 type testUser is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"type testUser is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/tester_service/main.go","range":{"start":{"line":7,"column":6}}},"severity":"ERROR"}
runner / staticcheck: cmd/user_service/internal/server/grpc.go#L108
[staticcheck] reported by reviewdog 🐶 otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.StreamServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/user_service/internal/server/grpc.go","range":{"start":{"line":108,"column":4}}},"severity":"ERROR"}
runner / staticcheck: cmd/user_service/internal/server/grpc.go#L116
[staticcheck] reported by reviewdog 🐶 otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.UnaryServerInterceptor is deprecated: Use [NewServerHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/user_service/internal/server/grpc.go","range":{"start":{"line":116,"column":4}}},"severity":"ERROR"}
runner / staticcheck: pkg/models/user_mapper.go#L120
[staticcheck] reported by reviewdog 🐶 assigning the result of this type assertion to a variable (switch src := src.(type)) could eliminate type assertions in switch cases Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"assigning the result of this type assertion to a variable (switch src := src.(type)) could eliminate type assertions in switch cases","code":{"value":"S1034","url":"https://staticcheck.io/docs/checks#S1034"},"location":{"path":"/home/runner/work/auth-api/auth-api/pkg/models/user_mapper.go","range":{"start":{"line":120,"column":9}}},"severity":"ERROR"}
runner / staticcheck: pkg/tracing/otel_grpc.go#L23
[staticcheck] reported by reviewdog 🐶 grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/pkg/tracing/otel_grpc.go","range":{"start":{"line":23,"column":32}}},"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.