docs: wip #185
Annotations
4 errors and 1 warning
golangci-lint:
exec.go#L28
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#L36
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#L47
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 /Users/runner/work/sequin/sequin. Supported file pattern: go.sum
|
Loading