build: refactor install_ffmpeg.sh, add macos --> linux support #1441
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yaml
on: pull_request
Run tests defined for the project
10m 43s
Perform CodeQL analysis
6m 23s
Run editorconfig checker
7s
Annotations
10 warnings
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/discovery.go#L36
exported func NewOrchestratorPool returns unexported type *discovery.orchestratorPool, which can be annoying to use
|
Run tests defined for the project:
discovery/discovery.go#L49
exported func NewOrchestratorPoolWithPred returns unexported type *discovery.orchestratorPool, which can be annoying to use
|
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/wh_discovery.go#L32
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
|
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:
monitor/census.go#L876
context.Context should be the first parameter of a function
|
Run tests defined for the project:
test/e2e/e2e.go#L35
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
|
Run tests defined for the project:
verification/verify_test.go#L59
parameter 'params' seems to be unused, consider removing or renaming it as _
|