feat: allow to exec a process #182
lint.yml
on: pull_request
Matrix: lint / lint-soft
Matrix: lint / lint
Annotations
12 errors and 6 warnings
lint / lint-soft (ubuntu-latest):
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)
|
lint / lint-soft (ubuntu-latest):
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)
|
lint / lint-soft (ubuntu-latest):
exec.go#L42
directive `//nolint: wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (ubuntu-latest):
main.go#L55
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (macos-latest):
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)
|
lint / lint-soft (macos-latest):
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)
|
lint / lint-soft (macos-latest):
exec.go#L42
directive `//nolint: wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (macos-latest):
main.go#L55
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (windows-latest):
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)
|
lint / lint-soft (windows-latest):
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)
|
lint / lint-soft (windows-latest):
exec.go#L42
directive `//nolint: wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (windows-latest):
main.go#L55
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
|
lint / lint-soft (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint-soft (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
|
lint / lint-soft (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\sequin\sequin. Supported file pattern: go.sum
|
lint / lint (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\sequin\sequin. Supported file pattern: go.sum
|