動けるようにする #1793
Annotations
10 errors and 1 warning
golangci-lint:
controller/adapter.go#L91
cannot use question.ID (variable of type int) as *int value in struct literal
|
golangci-lint:
controller/adapter.go#L93
unknown field Title in struct literal of type openapi.Question (typecheck)
|
golangci-lint:
handler/handler.go#L3
could not import github.com/traPtitech/anke-to/controller (-: # github.com/traPtitech/anke-to/controller
|
golangci-lint:
controller/adapter.go#L91
cannot use question.ID (variable of type int) as *int value in struct literal
|
golangci-lint:
controller/adapter.go#L93
unknown field Title in struct literal of type openapi.Question) (typecheck)
|
golangci-lint:
main.go#L13
could not import github.com/traPtitech/anke-to/controller (-: # github.com/traPtitech/anke-to/controller
|
golangci-lint:
controller/adapter.go#L91
cannot use question.ID (variable of type int) as *int value in struct literal
|
golangci-lint:
controller/adapter.go#L93
unknown field Title in struct literal of type openapi.Question) (typecheck)
|
golangci-lint:
model/questionnaires_test.go#L1198
not enough arguments in call to questionnaireImpl.GetQuestionnaires
|
golangci-lint:
model/questionnaires_test.go#L1469
declared and not used: actualTargetGroups
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading