Skip to content

feat: interachain sudo callback refactoring #987

feat: interachain sudo callback refactoring

feat: interachain sudo callback refactoring #987

Triggered via pull request September 8, 2023 08:04
Status Failure
Total duration 4m 27s
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 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)