Add proving schemes state to pubkey module #784
Annotations
1 error and 4 warnings
Run golangci/golangci-lint-action@v3
issues found
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Run golangci/golangci-lint-action@v3:
x/pubkey/keeper/endblock.go#L50
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Run golangci/golangci-lint-action@v3:
x/pubkey/keeper/grpc_query.go#L24
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3:
x/pubkey/client/cli/query.go#L66
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading