Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/prometheus/common to v0.62.0 #1077

Merged
merged 1 commit into from
Jan 18, 2025

chore(deps): update module github.com/prometheus/common to v0.62.0

79838a1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update module github.com/prometheus/common to v0.62.0 #1077

chore(deps): update module github.com/prometheus/common to v0.62.0
79838a1
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci completed Jan 18, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

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

Filtered Findings (0)

Annotations

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 で停止する
	 ^

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 {
                                                           ^