fix: xpty wait #168
Annotations
4 errors and 1 warning
golangci-lint:
exec.go#L23
error returned from external package is unwrapped: sig: func github.com/charmbracelet/x/xpty.NewPty(width int, height int, opts ...git.luolix.top/charmbracelet/x/xpty.PtyOption) (github.com/charmbracelet/x/xpty.Pty, error) (wrapcheck)
|
golangci-lint:
exec.go#L31
error returned from interface method should be wrapped: sig: func (github.com/charmbracelet/x/xpty.Pty).Start(cmd *os/exec.Cmd) error (wrapcheck)
|
golangci-lint:
exec.go#L42
directive `//nolint: wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
golangci-lint:
main.go#L55
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
|
Loading