wip: ethsync (alt) #10016
Annotations
10 errors and 1 warning
Run static analysis tests:
x/ethsync/db.go#L596
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run static analysis tests:
x/sync/network_server_test.go#L211
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run static analysis tests:
x/ethsync/database.go#L19
unused-receiver: method receiver 'db' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L184
unused-receiver: method receiver 'db' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L291
unused-receiver: method receiver 'db' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L546
unused-receiver: method receiver 'db' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L76
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L76
unused-parameter: parameter 'config' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L96
unused-parameter: parameter 'end' seems to be unused, consider removing or renaming it as _ (revive)
|
Run static analysis tests:
x/ethsync/db.go#L96
unused-parameter: parameter 'stateID' seems to be unused, consider removing or renaming it as _ (revive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading