Skip to content

FIX: pricePerBroadcaster JSON file line breaks parsing bug #1490

FIX: pricePerBroadcaster JSON file line breaks parsing bug

FIX: pricePerBroadcaster JSON file line breaks parsing bug #1490

Triggered via pull request December 7, 2023 15:24
Status Success
Total duration 9m 35s
Artifacts

test.yaml

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

Annotations

10 warnings
Run tests defined for the project: verification/verify_test.go#L59
parameter 'params' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: verification/verify_test.go#L325
parameter 'fname' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: monitor/census.go#L1163
parameter 'profilesNum' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: discovery/stub.go#L61
parameter 'params' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: discovery/wh_discovery.go#L32
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
Run tests defined for the project: eth/watchers/stub.go#L319
parameter 'delegator' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: test/e2e/configure_orchestrator_test.go#L40
context.Context should be the first parameter of a function
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block