Skip to content

fix(deps): update module google.golang.org/protobuf to v1.36.4 #3170

fix(deps): update module google.golang.org/protobuf to v1.36.4

fix(deps): update module google.golang.org/protobuf to v1.36.4 #3170

GitHub Actions / golangci completed Jan 26, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

backend/scoreserver/admin/server.go|80 col 60| enforce - obj always receives "teams" (unparam)
backend/pkg/pgtest/pgtest.go|88 col 3| pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox)

Filtered Findings (0)

Annotations

Check failure on line 80 in backend/scoreserver/admin/server.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/scoreserver/admin/server.go#L80

`enforce` - `obj` always receives `"teams"` (unparam)
Raw output
scoreserver/admin/server.go:80:60: `enforce` - `obj` always receives `"teams"` (unparam)
func enforce(ctx context.Context, enforcer *auth.Enforcer, obj, act string) error {
                                                           ^

Check failure on line 88 in backend/pkg/pgtest/pgtest.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/pkg/pgtest/pgtest.go#L88

pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox)
Raw output
pkg/pgtest/pgtest.go:88:3: pkg/pgtest/pgtest.go:88: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox)
	// TODO: startContainer を使って DB を起動し,tb.Cleanup で停止する
	 ^