Skip to content

3185 unify pipeline tag #2033

3185 unify pipeline tag

3185 unify pipeline tag #2033

Triggered via pull request October 22, 2024 08:42
Status Failure
Total duration 12m 52s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
12m 41s
Run tests defined for the project
Perform CodeQL analysis
4m 12s
Perform CodeQL analysis
Run editorconfig checker
5s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run tests defined for the project
Process completed with exit code 1.
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: ai/file_worker.go#L20
parameter 'req' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: ai/file_worker.go#L20
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: cmd/livepeer/starter/starter.go#L70
const BroadcasterRpcPort should be BroadcasterRPCPort
Run tests defined for the project: cmd/livepeer_cli/wizard_stats.go#L208
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: test/e2e/configure_orchestrator_test.go#L40
context.Context should be the first parameter of a function