build(deps): bump github.com/livepeer/go-tools from 0.0.0-20220805063103-76df6beb6506 to 0.3.5 #1599
Annotations
7 errors and 10 warnings
Run tests with coverage:
server/broadcast.go#L882
cannot use map[string]string{…} (value of type map[string]string) as *drivers.FileProperties value in argument to drivers.SaveRetried
|
Run tests with coverage:
server/broadcast.go#L1255
cannot use map[string]string{…} (value of type map[string]string) as *drivers.FileProperties value in argument to drivers.SaveRetried
|
Run tests with coverage:
core/capabilities_test.go#L279
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in assignment: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests with coverage:
core/capabilities_test.go#L411
cannot use os (variable of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests with coverage:
core/capabilities_test.go#L416
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests with coverage:
core/capabilities_test.go#L421
cannot use &stubOS{…} (value of type *stubOS) as drivers.OSSession value in argument to storageToCapability: *stubOS does not implement drivers.OSSession (missing method DeleteFile)
|
Run tests with coverage
Process completed with exit code 1.
|
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:
cmd/livepeer/starter/starter.go#L855
error strings should not be capitalized or end with punctuation or a newline
|
Run Revive Action by building from repository:
eth/blockwatch/fake_client.go#L94
parameter 'q' seems to be unused, consider removing or renaming it as _
|
Run Revive Action by building from repository:
eth/blockwatch/fake_client.go#L48
should drop = 0 from declaration of var startTimestep; it is the zero value
|
Run Revive Action by building from repository:
eth/blockwatch/block_watcher.go#L496
if block ends with a return statement, so drop this else and outdent its block
|
Run Revive Action by building from repository:
eth/blockwatch/fake_log_client.go#L33
parameter 'number' seems to be unused, consider removing or renaming it as _
|
Run Revive Action by building from repository:
eth/blockwatch/stack.go#L80
redundant if ...; err != nil check, just return error instead.
|
Run Revive Action by building from repository:
common/db.go#L184
this block is empty, you can remove it
|
Run Revive Action by building from repository:
discovery/wh_discovery.go#L32
exported func NewWebhookPool returns unexported type *discovery.webhookPool, which can be annoying to use
|
Run Revive Action by building from repository:
test/e2e/e2e.go#L35
context.Context should be the first parameter of a function
|
The logs for this run have expired and are no longer available.
Loading