Skip to content

redis driver for blob cache information and metadb #10411

redis driver for blob cache information and metadb

redis driver for blob cache information and metadb #10411

Triggered via pull request January 7, 2025 17:06
Status Failure
Total duration 6m 29s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/meta/meta_test.go#L191
Error return value of `metaDB.ResetDB` is not checked (errcheck)
lint: pkg/meta/redisdb/redis.go#L1951
Comment should end in a period (godot)
lint: pkg/meta/redisdb/buckets.go#L11
G101: Potential hardcoded credentials (gosec)
lint: pkg/meta/redisdb/redis.go#L576
unnecessary conversion (unconvert)
lint: pkg/meta/redisdb/redis.go#L1070
ineffectual assignment to protoRepoMeta (ineffassign)
lint: pkg/meta/redisdb/redis_test.go#L188
return with no blank line before (nlreturn)
lint: pkg/meta/redisdb/redis_test.go#L197
continue with no blank line before (nlreturn)
lint: pkg/meta/redisdb/redis_test.go#L183
parameter *testing.T should be the first or after context.Context (thelper)
lint: pkg/meta/redisdb/redis.go#L924
declarations should never be cuddled (wsl)
lint: pkg/meta/redisdb/redis.go#L108
append only allowed to cuddle with appended value (wsl)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636