TFM keeper test #718
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)
|