build(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 #1571
Triggered via pull request
December 21, 2023 12:29
Status
Success
Total duration
13m 56s
Artifacts
–
test.yaml
on: pull_request
Run tests defined for the project
13m 44s
Perform CodeQL analysis
4m 41s
Run editorconfig checker
7s
Annotations
10 warnings
Run tests defined for the project:
cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L891
error strings should not be capitalized or end with punctuation or a newline
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L856
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
|
Run tests defined for the project:
cmd/simple_auth_server/simple_auth_server.go#L17
struct field Url should be URL
|
Run tests defined for the project:
common/db.go#L457
redundant if ...; err != nil check, just return error instead.
|
Run tests defined for the project:
common/db.go#L18
a blank import should be only in a main or test package, or have a comment justifying it
|
Run tests defined for the project:
common/util.go#L93
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
common/db.go#L187
this block is empty, you can remove it
|
Run tests defined for the project:
common/db.go#L184
this block is empty, you can remove it
|