fix: adjust Question schema content #1774
Annotations
10 errors and 1 warning
golangci-lint:
controller/adapter.go#L90
cannot use question.ID (variable of type int) as *int value in struct literal
|
golangci-lint:
controller/adapter.go#L92
unknown field Title in struct literal of type openapi.Question (typecheck)
|
golangci-lint:
handler/questionnaire.go#L9
could not import github.com/traPtitech/anke-to/controller (-: # github.com/traPtitech/anke-to/controller
|
golangci-lint:
controller/adapter.go#L90
cannot use question.ID (variable of type int) as *int value in struct literal
|
golangci-lint:
controller/adapter.go#L92
unknown field Title in struct literal of type openapi.Question) (typecheck)
|
golangci-lint:
wire_gen.go#L12
could not import github.com/traPtitech/anke-to/router (-: # github.com/traPtitech/anke-to/router
|
golangci-lint:
router/questionnaires.go#L123
not enough arguments in call to q.IQuestionnaire.GetQuestionnaires
|
golangci-lint:
router/questionnaires.go#L185
not enough arguments in call to q.InsertQuestionnaire
|
golangci-lint:
router/questionnaires.go#L253
assignment mismatch: 5 variables but q.GetQuestionnaireInfo returns 7 values
|
golangci-lint:
router/questionnaires.go#L412
not enough arguments in call to q.UpdateQuestionnaire
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, reviewdog/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading