chore(deps): update dependency tailwindcss to v4 #4132
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
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
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
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
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
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) {
^