Skip to content

Remove external dependencies #1

Remove external dependencies

Remove external dependencies #1

Triggered via push June 5, 2024 19:59
Status Failure
Total duration 1m 41s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
lint: cmd/sei-cosmos-exporter/main.go#L138
exitAfterDefer: log.Fatal will exit, and `defer func(service *exporter.Service){...}(...)` will not run (gocritic)
lint: cmd/kuji-cosmos-exporter/main.go#L144
exitAfterDefer: log.Fatal will exit, and `defer func(service *exporter.Service){...}(...)` will not run (gocritic)
lint: pkg/exporter/general.go#L150
File is not `gofumpt`-ed (gofumpt)
lint: pkg/exporter/general.go#L172
File is not `gofumpt`-ed (gofumpt)
lint: pkg/exporter/general.go#L415
File is not `gofumpt`-ed (gofumpt)
lint: cmd/sei-cosmos-exporter/main.go#L136
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint
issues found
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/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/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/keys.go#L75
bare-return: avoid using bare returns, please add return expressions (revive)
lint: cmd/sei-cosmos-exporter/types/ballot.go#L66
bare-return: avoid using bare returns, please add return expressions (revive)
lint: cmd/sei-cosmos-exporter/types/msgs.go#L23
comment-spacings: no space between comment delimiter and comment text (revive)
lint: cmd/sei-cosmos-exporter/types/ballot.go#L73
bare-return: avoid using bare returns, please add return expressions (revive)
lint: cmd/sei-cosmos-exporter/types/msgs.go#L24
comment-spacings: no space between comment delimiter and comment text (revive)
lint: cmd/sei-cosmos-exporter/types/ballot.go#L150
bare-return: avoid using bare returns, please add return expressions (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/vote.go#L9
import-alias-naming: import name (cosmos_math) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)