upgrade height #752
Annotations
10 errors and 2 warnings
x/ratelimit/ibc_middleware.go#L182
receiver-naming: receiver name i should be consistent with previous receiver name im for IBCMiddleware (revive)
|
app/keepers/keepers.go#L417
unused-parameter: parameter 'invCheckPeriod' seems to be unused, consider removing or renaming it as _ (revive)
|
x/transfermiddleware/keeper/abci.go#L19
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
x/ibc-hooks/keeper/keeper.go#L58
unslice: could simplify senderHash32[:] to senderHash32 (gocritic)
|
x/ratelimit/types/keys.go#L35
unslice: could simplify channelIdBz[:] to channelIdBz (gocritic)
|
x/ratelimit/types/expected_keepers.go#L18
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
x/ratelimit/types/quota.go#L8
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
x/ratelimit/types/epoch.go#L9
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
x/ratelimit/types/keys.go#L33
var-naming: func parameter channelId should be channelID (revive)
|
x/ratelimit/types/keys.go#L34
var-naming: var channelIdBz should be channelIDBz (revive)
|
app/upgrades/v4_5_1/fork.go#L1
var-naming: don't use an underscore in package name (revive)
|
app/upgrades/v4_5_1/constants.go#L1
var-naming: don't use an underscore in package name (revive)
|
The logs for this run have expired and are no longer available.
Loading