Skip to content

feat: allow to exec a process #182

feat: allow to exec a process

feat: allow to exec a process #182

Triggered via pull request November 21, 2024 19:56
@caarlos0caarlos0
synchronize #21
exec
Status Success
Total duration 2m 23s
Artifacts

lint.yml

on: pull_request
Matrix: lint / lint-soft
Matrix: lint / lint
Fit to window
Zoom out
Zoom in

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