Skip to content

Bump github.com/creack/pty from 1.1.21 to 1.1.24 #44

Bump github.com/creack/pty from 1.1.21 to 1.1.24

Bump github.com/creack/pty from 1.1.21 to 1.1.24 #44

Triggered via pull request November 1, 2024 08:13
Status Failure
Total duration 36s
Artifacts

lint.yaml

on: pull_request

Annotations

10 errors
lint: console.go#L44
undefined: expect (typecheck)
lint: confirm.go#L119
sb.WriteLabelLinef("Expect", "Confirm Prompt").WriteLabelLinef("Message", "%q", c.message).WriteLabelLinef("Answer", c.answer.String()).String undefined (type *stringsBuilder has no field or method String) (typecheck)
lint: expectation.go#L34
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: expectation.go#L64
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: input.go#L124
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: multiline.go#L81
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: multiselect.go#L145
sb.WriteLabelLinef("Expect", "MultiSelect Prompt").WriteLabelLinef("Message", "%q", p.message).WriteString(p.steps.String()).String undefined (type *stringsBuilder has no field or method String) (typecheck)
lint: password.go#L92
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: password.go#L177
sb.String undefined (type stringsBuilder has no field or method String) (typecheck)
lint: select.go#L118
sb.WriteLabelLinef("Expect", "Select Prompt").WriteLabelLinef("Message", "%q", p.message).WriteString(p.steps.String()).String undefined (type *stringsBuilder has no field or method String) (typecheck)