Skip to content

Cw ICA module

Cw ICA module #154

Triggered via pull request November 28, 2023 15:11
Status Failure
Total duration 27s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: x/cw-ica/types/sudo.go#L40
File is not `gofumpt`-ed (gofumpt)
lint: x/cw-ica/keeper/msg_server.go#L44
File is not `gofumpt`-ed (gofumpt)
lint: x/cw-ica/keeper/msg_server.go#L69
File is not `gofumpt`-ed (gofumpt)
lint: x/cw-ica/client/cli/tx.go#L83
unnecessary leading newline (whitespace)
lint: x/cw-ica/wasm/interface_msg.go#L86
ineffectual assignment to err (ineffassign)
lint: x/cw-ica/types/msgs.go#L100
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
lint: x/cw-ica/keeper/ibc_handlers.go#L79
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/cw-ica/wasm/interface_msg.go#L161
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: wasmbinding/bindings/ibc.go#L42
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: wasmbinding/bindings/ibc.go#L64
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/cw-ica/types/sudo.go#L12
var-naming: struct field ConnId should be ConnID (revive)
lint: x/cw-ica/types/sudo.go#L13
var-naming: struct field AccId should be AccID (revive)
lint: x/cw-ica/types/sudo.go#L19
var-naming: struct field ConnId should be ConnID (revive)
lint: x/cw-ica/types/sudo.go#L20
var-naming: struct field AccId should be AccID (revive)
lint: x/cw-ica/keeper/ibc_handlers.go#L22
unused-parameter: parameter 'failureAckType' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/cw-ica/keeper/ibc_handlers.go#L74
unused-parameter: parameter 'relayer' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/cw-ica/keeper/ibc_handlers.go#L117
unused-parameter: parameter 'relayer' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/cw-ica/wasm/interface_msg.go#L40
var-naming: struct field ConnectionId should be ConnectionID (revive)
lint: x/cw-ica/wasm/interface_msg.go#L41
var-naming: struct field AccountId should be AccountID (revive)
lint: x/cw-ica/wasm/interface_msg.go#L49
var-naming: struct field ConnectionId should be ConnectionID (revive)