Re:Beginning #2649
Annotations
8 errors and 3 warnings
[actionlint] .github/workflows/backend-ci.yml#L27:
.github/workflows/backend-ci.yml#L27
input "fail_level" is not defined in action "reviewdog/action-golangci-lint@v2". available inputs are "cache", "fail_on_error", "filter_mode", "github_token", "go_version", "go_version_file", "golangci_lint_flags", "golangci_lint_version", "level", "reporter", "reviewdog_flags", "reviewdog_version", "tool_name", "workdir" [action]
|
[golangci] backend/pkg/pgtest/pgtest.go#L88:
backend/pkg/pgtest/pgtest.go#L88
pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox)
|
[golangci] backend/cmd/scoreserver/main.go#L30:
backend/cmd/scoreserver/main.go#L30
Function 'start' is too long (62 > 60) (funlen)
|
[golangci] backend/cmd/scoreserver/otel.go#L120:
backend/cmd/scoreserver/otel.go#L120
string `otlp` has 4 occurrences, make it a constant (goconst)
|
[golangci] backend/cmd/scoreserver/main.go#L18:
backend/cmd/scoreserver/main.go#L18
var `flagContestantHTTPAddr` is unused (unused)
|
[golangci] backend/cmd/scoreserver/main.go#L20:
backend/cmd/scoreserver/main.go#L20
var `flagTelemetryAddr` is unused (unused)
|
[golangci] backend/scoreserver/domain/team.go#L12:
backend/scoreserver/domain/team.go#L12
the methods of "Team" use pointer receiver and non-pointer receiver. (recvcheck)
|
Lint
reviewdog exited with status code: 1
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|