chore: gofumpt #10
Annotations
10 errors and 2 warnings
lint:
cmd/sei-cosmos-exporter/types/vote.go#L9
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/expected_keeper.go#L5
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/params.go#L8
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/ballot.go#L9
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/msgs.go#L5
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/msgs.go#L36
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/msgs.go#L39
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/msgs.go#L97
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/msgs.go#L100
unused-receiver: method receiver 'msg' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
cmd/sei-cosmos-exporter/types/keys.go#L75
bare-return: avoid using bare returns, please add return expressions (revive)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
cmd/sei-cosmos-exporter/single.go#L83
datarace: datarace: range value validator is captured (by-reference) in goroutine (revive)
|