Skip to content

add --metadata and --tag during put operations #710

add --metadata and --tag during put operations

add --metadata and --tag during put operations #710

Re-run triggered November 27, 2024 18:52
Status Failure
Total duration 2m 11s
Artifacts

go.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: cli/put.go#L110
assignOp: replace `value = value + string(metadataChars[rng.Int()%len(metadataChars)])` with `value += string(metadataChars[rng.Int()%len(metadataChars)])` (gocritic)
lint: cli/put.go#L105
var-naming: don't use underscores in Go names; var rand_n should be randN (revive)
lint
Process completed with exit code 1.