3185 unify pipeline tag #2036
test.yaml
on: pull_request
Run tests defined for the project
12m 4s
Perform CodeQL analysis
3m 58s
Run editorconfig checker
5s
Annotations
1 error and 10 warnings
Run tests defined for the project
Process completed with exit code 1.
|
Run tests defined for the project:
discovery/discovery.go#L64
should omit 2nd value from range; this loop is equivalent to `for i := range ...`
|
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:
discovery/wh_discovery.go#L33
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
|
Run tests defined for the project:
eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
|
Run tests defined for the project:
discovery/stub.go#L32
exported func StubOrchestratorPool returns unexported type *discovery.stubOrchestratorPool, which can be annoying to use
|
Run tests defined for the project:
discovery/discovery.go#L36
exported func NewOrchestratorPool returns unexported type *discovery.orchestratorPool, which can be annoying to use
|
Run tests defined for the project:
test/e2e/e2e.go#L56
var webServerUri should be webServerURI
|
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:
eth/transactionManager_test.go#L28
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run tests defined for the project:
discovery/discovery_test.go#L59
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|