Merge remote-tracking branch 'origin/main' into completions #194
Annotations
6 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 ...github.com/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:
main.go#L79
error returned from external package is unwrapped: sig: func github.com/muesli/mango-cobra.NewManPage(section uint, c *github.com/spf13/cobra.Command) (*github.com/muesli/mango.ManPage, error) (wrapcheck)
|
golangci-lint:
main.go#L83
error returned from external package is unwrapped: sig: func fmt.Fprint(w io.Writer, a ...any) (n int, err error) (wrapcheck)
|
golangci-lint:
exec.go#L47
directive `//nolint: wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
golangci-lint:
main.go#L60
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
Install Go
Restore cache failed: Dependencies file is not found in D:\a\sequin\sequin. Supported file pattern: go.sum
|
Loading