Minor changes for Arcadia #85
Annotations
10 errors and 1 warning
Run static analysis tests:
actions/epoch_exit.go#L140
Error return value of `e.Info.Marshal` is not checked (errcheck)
|
Run static analysis tests:
actions/rollup_register.go#L127
Error return value of `r.Info.Marshal` is not checked (errcheck)
|
Run static analysis tests:
actions/epoch_exit.go#L36
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
actions/epoch_exit.go#L53
unused-parameter: parameter 'ts' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
actions/rollup_register.go#L38
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
actions/auction.go#L55
unused-parameter: parameter 'actor' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
actions/auction.go#L133
unused-receiver: method receiver 'a' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
actions/rollup_register.go#L134
unexported-naming: the symbol RollupReg is local, its name should start with a lowercase letter (revive)
|
Run static analysis tests:
rpc/jsonrpc_server.go#L381
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
tests/e2e/e2e_test.go#L652
empty-lines: extra empty line at the end of a block (revive)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading