redis driver for blob cache information and metadb #10411
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
|