3185 unify pipeline tag #2036
Annotations
1 error and 10 warnings
Run tests with coverage
Process completed with exit code 1.
|
Run Revive Action by building from repository:
discovery/discovery.go#L64
should omit 2nd value from range; this loop is equivalent to `for i := range ...`
|
Run Revive Action by building from repository:
cmd/simple_auth_server/simple_auth_server.go#L17
struct field Url should be URL
|
Run Revive Action by building from repository:
discovery/wh_discovery.go#L33
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
|
Run Revive Action by building from repository:
eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
|
Run Revive Action by building from repository:
discovery/stub.go#L32
exported func StubOrchestratorPool returns unexported type *discovery.stubOrchestratorPool, which can be annoying to use
|
Run Revive Action by building from repository:
discovery/discovery.go#L36
exported func NewOrchestratorPool returns unexported type *discovery.orchestratorPool, which can be annoying to use
|
Run Revive Action by building from repository:
test/e2e/e2e.go#L56
var webServerUri should be webServerURI
|
Run Revive Action by building from repository:
cmd/livepeer_bench/livepeer_bench.go#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
|
Run Revive Action by building from repository:
eth/transactionManager_test.go#L28
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action by building from repository:
discovery/discovery_test.go#L59
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Loading