Skip to content

Bump github.com/creack/pty from 1.1.21 to 1.1.23 #43

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

Bump github.com/creack/pty from 1.1.21 to 1.1.23 #43

Triggered via pull request August 14, 2024 08:36
Status Failure
Total duration 41s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)