fix: add question operations in questionnaire handling #1775
Annotations
10 errors and 1 warning
golangci-lint:
controller/questionnaire.go#L173
question.Body undefined (type openapi.NewQuestion has no field or method Body)
|
golangci-lint:
controller/questionnaire.go#L393
invalid operation: question.QuestionId == nil (mismatched types int and untyped nil)
|
golangci-lint:
controller/questionnaire.go#L394
question.Body undefined (type openapi.Question has no field or method Body)
|
golangci-lint:
controller/questionnaire.go#L400
question.Body undefined (type openapi.Question has no field or method Body)
|
golangci-lint:
controller/questionnaire.go#L400
invalid operation: cannot indirect question.QuestionId (variable of type int) (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/questionnaire.go#L173
question.Body undefined (type openapi.NewQuestion has no field or method Body)
|
golangci-lint:
controller/questionnaire.go#L393
invalid operation: question.QuestionId == nil (mismatched types int and untyped nil)
|
golangci-lint:
controller/questionnaire.go#L394
question.Body undefined (type openapi.Question has no field or method Body)
|
golangci-lint:
controller/questionnaire.go#L400
question.Body undefined (type openapi.Question has no field or method Body)
|
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