Skip to content

Minor changes for Arcadia #86

Minor changes for Arcadia

Minor changes for Arcadia #86

Triggered via pull request November 25, 2024 16:43
@manojkgorlemanojkgorle
synchronize #26
arcadia
Status Failure
Total duration 2m 30s
Artifacts

seq-static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/rollup_register.go#L38
unused-parameter: parameter 'actor' 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: 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/rollup_register.go#L134
unexported-naming: the symbol RollupReg is local, its name should start with a lowercase letter (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#L652
empty-lines: extra empty line at the end of a block (revive)
Lint
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/