Skip to content

Experiemntal CLI - initial commit #430

Experiemntal CLI - initial commit

Experiemntal CLI - initial commit #430

Triggered via pull request April 6, 2024 17:23
Status Failure
Total duration 3m 50s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: internal/cli/cmd_status.go#L32
Error return value of `c.fs.AddFlag` is not checked (errcheck)
lint: internal/cli/cmd_status.go#L33
Error return value of `c.fs.AddFlag` is not checked (errcheck)
lint: internal/cli/cmd_status.go#L34
Error return value of `c.fs.AddFlag` is not checked (errcheck)
lint: internal/cli/help.go#L123
Error return value of `tw.Write` is not checked (errcheck)
lint: internal/cli/run.go#L42
Error return value of `cmd.Flags.WalkFlags` is not checked (errcheck)
lint: internal/cli/run.go#L58
func `coalesce` is unused (unused)
lint: internal/cli/cli.go#L29
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
lint
issues found