Bump github.com/libp2p/go-libp2p from 0.26.2 to 0.27.8 in /tests/interchaintest #740
Annotations
10 errors
lint:
app/upgrades/v4/upgrade.go#L16
unused-parameter: parameter 'bpm' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/ibc-hooks/client/cli/query.go#L16
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/ratelimit/ibc_middleware.go#L182
receiver-naming: receiver name i should be consistent with previous receiver name im for IBCMiddleware (revive)
|
lint:
x/ratelimit/types/keys.go#L35
unslice: could simplify channelIdBz[:] to channelIdBz (gocritic)
|
lint:
x/ratelimit/types/expected_keepers.go#L18
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/ratelimit/types/quota.go#L8
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/ratelimit/types/keys.go#L33
var-naming: func parameter channelId should be channelID (revive)
|
lint:
x/ratelimit/types/keys.go#L34
var-naming: var channelIdBz should be channelIDBz (revive)
|
lint:
x/ratelimit/types/epoch.go#L9
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
x/ratelimit/types/keys.go#L30
var-declaration: should omit type int from declaration of var PendingSendPacketChannelLength; it will be inferred from the right-hand side (revive)
|