status: show new status page #899
Annotations
10 errors
build:
cmd/status.go#L23
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
build:
cmd/status.go#L24
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
build:
cmd/status.go#L25
Error return value of `(*github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck)
|
build:
pkg/status/status.go#L52
commentFormatting: put a space between `//` and comment text (gocritic)
|
build:
cmd/status.go#L16
commentFormatting: put a space between `//` and comment text (gocritic)
|
build:
pkg/status/status.go#L123
Consider pre-allocating `global` (prealloc)
|
build:
pkg/status/status.go#L164
S1021: should merge variable declaration with assignment on next line (gosimple)
|
build:
cmd/status.go#L62
ineffectual assignment to err (ineffassign)
|
build:
pkg/status/status.go#L179
SA4001: *&x will be simplified to x. It will not copy x. (staticcheck)
|
build
Process completed with exit code 2.
|