Skip to content

style: group const declarations for gofumpt #19

style: group const declarations for gofumpt

style: group const declarations for gofumpt #19

Triggered via push January 2, 2026 15:32
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 2.
test: internal/secrets/store.go#L287
return statements should not be cuddled if block has more than two lines (wsl)
test: internal/secrets/store.go#L283
error returned from interface method should be wrapped: sig: func (github.com/99designs/keyring.Keyring).Set(item github.com/99designs/keyring.Item) error (wrapcheck)
test: internal/secrets/store.go#L60
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid %s (expected auto, keychain, or file)\", keyringBackendEnv)" (err113)