Skip to content

fix: README.md, package name, deps in wire #1

fix: README.md, package name, deps in wire

fix: README.md, package name, deps in wire #1

Triggered via push May 4, 2024 19:21
Status Failure
Total duration 1m 9s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/adapters/telegram/logger.go#L16
printf: missing ... in args forwarded to printf-like function (govet)
lint: internal/db/redis/conn.go#L41
slog: slog.Error arg "err" should be a string or a slog.Attr (possible missing key or value) (govet)
lint: internal/handlers/no_right_callback/handler.go#L39
ineffectual assignment to err (ineffassign)
lint: internal/repositories/group_e2e_test.go#L21
ineffectual assignment to err (ineffassign)
lint: internal/repositories/topics_e2e_test.go#L165
ineffectual assignment to err (ineffassign)
lint: internal/handlers/accept_callback/handler.go#L39
SA4009: argument ctx is overwritten before first use (staticcheck)
lint: internal/handlers/accept_callback/handler.go#L46
SA4009(related information): assignment to ctx (staticcheck)
lint: internal/handlers/edit_message/handler.go#L29
SA4009: argument ctx is overwritten before first use (staticcheck)
lint: internal/handlers/edit_message/handler.go#L30
SA4009(related information): assignment to ctx (staticcheck)
lint: internal/handlers/new_message/handler.go#L43
SA4009: argument ctx is overwritten before first use (staticcheck)