feat: interachain sudo callback refactoring #987
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
lint:
x/interchaintxs/keeper/ibc_handlers.go#L36
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/interchaintxs/keeper/ibc_handlers.go#L67
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/interchaintxs/keeper/ibc_handlers.go#L100
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/contractmanager/ibc_middleware.go#L57
ifElseChain: rewrite if-else to switch statement (gocritic)
|
lint:
x/contractmanager/ibc_middleware_test.go#L63
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
app/simulation_test.go#L29
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/interchaintxs/keeper/ibc_handlers_test.go#L28
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/interchaintxs/keeper/ibc_handlers_test.go#L96
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/contractmanager/ibc_middleware.go#L4
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/contractmanager/ibc_middleware_test.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/transfer/types/tx.go#L29
context-as-argument: context.Context should be the first parameter of a function (revive)
|