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