Skip to content

build(deps): bump github.com/jaypipes/ghw from 0.10.0 to 0.12.0 #1539

build(deps): bump github.com/jaypipes/ghw from 0.10.0 to 0.12.0

build(deps): bump github.com/jaypipes/ghw from 0.10.0 to 0.12.0 #1539

Triggered via pull request December 14, 2023 09:48
Status Success
Total duration 15m 21s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
15m 13s
Run tests defined for the project
Perform CodeQL analysis
5m 27s
Perform CodeQL analysis
Run editorconfig checker
7s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
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_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: cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_stats.go#L212
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
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L335
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: discovery/discovery.go#L64
should omit 2nd value from range; this loop is equivalent to `for i := range ...`