Skip to content

Feat/go toolchain

Feat/go toolchain #39

Triggered via pull request April 29, 2024 12:34
Status Failure
Total duration 1m 17s
Artifacts

reviewdog.yml

on: pull_request
reviewdog (github-check)
19s
reviewdog (github-check)
reviewdog on Pull Request
24s
reviewdog on Pull Request
runner / golangci-lint
1m 9s
runner / golangci-lint
runner / staticcheck
24s
runner / staticcheck
runner / misspell
15s
runner / misspell
runner / languagetool
21s
runner / languagetool
runner / shellcheck
5s
runner / shellcheck
runner / alex
24s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

8 errors
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/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/cacheable/redis.go#L7
[staticcheck] reported by reviewdog 🐶 type cache is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"type cache is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/auth-api/auth-api/pkg/cacheable/redis.go","range":{"start":{"line":7,"column":6}}},"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
reviewdog on Pull Request
Process completed with exit code 1.
reviewdog on Pull Request
Process completed with exit code 1.