Minor changes for Arcadia #93
Annotations
10 errors and 1 warning
Lint:
actions/epoch_exit.go#L140
Error return value of `e.Info.Marshal` is not checked (errcheck)
|
Lint:
actions/rollup_register.go#L127
Error return value of `r.Info.Marshal` is not checked (errcheck)
|
Lint:
actions/rollup_register.go#L38
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
actions/rollup_register.go#L134
unexported-naming: the symbol RollupReg is local, its name should start with a lowercase letter (revive)
|
Lint:
actions/auction.go#L133
unused-receiver: method receiver 'a' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Lint:
actions/epoch_exit.go#L36
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
actions/epoch_exit.go#L53
unused-parameter: parameter 'ts' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
actions/auction.go#L55
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
rpc/jsonrpc_server.go#L381
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
tests/e2e/e2e_test.go#L676
empty-lines: extra empty line at the end of a block (revive)
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|