Skip to content

status: show new status page #899

status: show new status page

status: show new status page #899

Triggered via push August 2, 2023 14:26
Status Failure
Total duration 2m 8s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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.