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 dependency vitest to v3.0.5 #1179

Merged
merged 1 commit into from
Feb 3, 2025

chore(deps): update dependency vitest to v3.0.5

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

chore(deps): update dependency vitest to v3.0.5 #1179

chore(deps): update dependency vitest to v3.0.5
6e6fc6e
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci completed Feb 3, 2025 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (5)

backend/scoreserver/domain/team_test.go|9 col 6| type teamCodeGetterFunc is unused (unused)
backend/scoreserver/domain/team_test.go|11 col 29| func teamCodeGetterFunc.GetTeamByCode is unused (unused)
backend/pkg/pgtest/pgtest.go|52 col 3| pkg/pgtest/pgtest.go:52: Line contains TODO/BUG/FIXME: "TODO: startContainer を使って DB を起動し,tb.Cle..." (godox)
backend/scoreserver/admin/invitation.go|18 col 1| File is not properly formatted (gofmt)
backend/scoreserver/admin/team_test.go|275 col 72| setupTeamService - result 1 (*github.com/jmoiron/sqlx.DB) is never used (unparam)

Filtered Findings (0)

Annotations

Check failure on line 9 in backend/scoreserver/domain/team_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/scoreserver/domain/team_test.go#L9

type `teamCodeGetterFunc` is unused (unused)
Raw output
scoreserver/domain/team_test.go:9:6: type `teamCodeGetterFunc` is unused (unused)
type teamCodeGetterFunc func(ctx context.Context, code domain.TeamCode) (*domain.Team, error)
     ^

Check failure on line 11 in backend/scoreserver/domain/team_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/scoreserver/domain/team_test.go#L11

func `teamCodeGetterFunc.GetTeamByCode` is unused (unused)
Raw output
scoreserver/domain/team_test.go:11:29: func `teamCodeGetterFunc.GetTeamByCode` is unused (unused)
func (f teamCodeGetterFunc) GetTeamByCode(ctx context.Context, code domain.TeamCode) (*domain.Team, error) {
                            ^

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

See this annotation in the file changed.

@github-actions github-actions / golangci

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

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

Check failure on line 18 in backend/scoreserver/admin/invitation.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/scoreserver/admin/invitation.go#L18

File is not properly formatted (gofmt)
Raw output
scoreserver/admin/invitation.go:18:1: File is not properly formatted (gofmt)
	Enforcer       *auth.Enforcer
^

Check failure on line 275 in backend/scoreserver/admin/team_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] backend/scoreserver/admin/team_test.go#L275

setupTeamService - result 1 (*github.com/jmoiron/sqlx.DB) is never used (unparam)
Raw output
scoreserver/admin/team_test.go:275:72: setupTeamService - result 1 (*github.com/jmoiron/sqlx.DB) is never used (unparam)
func setupTeamService(t *testing.T) (adminv1connect.TeamServiceClient, *sqlx.DB) {
                                                                       ^