Skip to content

renamed and updated packages used in repo #28

renamed and updated packages used in repo

renamed and updated packages used in repo #28

Triggered via pull request April 25, 2024 13:21
Status Failure
Total duration 1m 7s
Artifacts

reviewdog.yml

on: pull_request
reviewdog (github-check)
16s
reviewdog (github-check)
reviewdog on Pull Request
19s
reviewdog on Pull Request
runner / golangci-lint
24s
runner / golangci-lint
runner / staticcheck
55s
runner / staticcheck
runner / misspell
24s
runner / misspell
runner / languagetool
25s
runner / languagetool
runner / shellcheck
10s
runner / shellcheck
runner / alex
27s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

13 errors
reviewdog (github-check)
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.
runner / staticcheck: cmd/auth_service/internal/repository/redis.go#L12
[staticcheck] reported by reviewdog 🐶 field log is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"field log is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/repository/redis.go","range":{"start":{"line":12,"column":2}}},"severity":"ERROR"}
runner / staticcheck: cmd/auth_service/internal/repository/redis.go#L13
[staticcheck] reported by reviewdog 🐶 field redisClient is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"field redisClient is unused","code":{"value":"U1000","url":"https://staticcheck.io/docs/checks#U1000"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/auth_service/internal/repository/redis.go","range":{"start":{"line":13,"column":2}}},"severity":"ERROR"}
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/gateway/internal/rpc_client/connection.go#L15
[staticcheck] reported by reviewdog 🐶 otelgrpc.UnaryClientInterceptor is deprecated: Use [NewClientHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.UnaryClientInterceptor is deprecated: Use [NewClientHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/gateway/internal/rpc_client/connection.go","range":{"start":{"line":15,"column":29}}},"severity":"ERROR"}
runner / staticcheck: cmd/gateway/internal/rpc_client/connection.go#L16
[staticcheck] reported by reviewdog 🐶 otelgrpc.StreamClientInterceptor is deprecated: Use [NewClientHandler] instead. Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"otelgrpc.StreamClientInterceptor is deprecated: Use [NewClientHandler] instead. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/auth-api/auth-api/cmd/gateway/internal/rpc_client/connection.go","range":{"start":{"line":16,"column":30}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/main.go#L21
[staticcheck] reported by reviewdog 🐶 const emailDomain is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"const emailDomain 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":21,"column":2}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/main.go#L22
[staticcheck] reported by reviewdog 🐶 const password is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"const password 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":22,"column":2}}},"severity":"ERROR"}
runner / staticcheck: cmd/tester_service/main.go#L23
[staticcheck] reported by reviewdog 🐶 const numUsers is unused Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"const numUsers 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":23,"column":2}}},"severity":"ERROR"}
runner / staticcheck
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835