Remove runstatus commands (#525) #898
Annotations
9 errors
cmd/status.go#L22
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
cmd/status.go#L23
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
cmd/status.go#L24
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
pkg/status/status.go#L52
commentFormatting: put a space between `//` and comment text (gocritic)
|
pkg/status/status.go#L123
Consider pre-allocating `global` (prealloc)
|
pkg/status/status.go#L164
S1021: should merge variable declaration with assignment on next line (gosimple)
|
cmd/status.go#L61
ineffectual assignment to err (ineffassign)
|
pkg/status/status.go#L179
SA4001: *&x will be simplified to x. It will not copy x. (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading