Skip to content

TFM keeper test

TFM keeper test #718

Triggered via pull request July 20, 2023 09:22
Status Failure
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: x/ibc-hooks/hooks.go#L17
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L20
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L23
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L34
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L39
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L42
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L45
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/hooks.go#L170
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/wasm_hook.go#L276
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/ibc-hooks/wasm_hook.go#L1
var-naming: don't use an underscore in package name (revive)
lint: x/ratelimit/keeper/genesis.go#L19
var-naming: range var pendingPacketId should be pendingPacketID (revive)
lint: x/ratelimit/keeper/genesis.go#L24
var-naming: var channelId should be channelID (revive)
lint: x/ratelimit/keeper/grpc_query.go#L16
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/ratelimit/keeper/keeper.go#L58
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/ratelimit/keeper/abci.go#L40
increment-decrement: should replace epochInfo.CurrentEpoch += 1 with epochInfo.CurrentEpoch++ (revive)
lint: x/ratelimit/keeper/grpc_query.go#L74
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/ratelimit/keeper/rate_limit.go#L28
var-naming: func parameter channelId should be channelID (revive)
lint: x/ratelimit/keeper/grpc_query.go#L33
var-naming: method RateLimitsByChainId should be RateLimitsByChainID (revive)
lint: x/ratelimit/keeper/rate_limit.go#L63
var-naming: var channelId should be channelID (revive)
lint: x/ratelimit/keeper/grpc_query.go#L59
var-naming: method RateLimitsByChannelId should be RateLimitsByChannelID (revive)