client states parse only for grandpa #28
Annotations
8 errors and 11 warnings
lint:
modules/light-clients/08-wasm/types/msgs.go#L10
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L13
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/types/update.go#L68
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/client/cli/tx.go#L61
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/keeper/keeper.go#L9
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/keeper/keeper.go#L12
File is not `gofumpt`-ed (gofumpt)
|
lint:
modules/light-clients/08-wasm/keeper/msg_server.go#L5
File is not `gofumpt`-ed (gofumpt)
|
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
modules/core/02-client/types/events.go#L33
var-naming: var EventTypeUpdateWasmCodeId should be EventTypeUpdateWasmCodeID (revive)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L33
receiver-naming: receiver name m should be consistent with previous receiver name msg for MsgPushNewWasmCode (revive)
|
lint:
modules/light-clients/08-wasm/types/client_state.go#L94
receiver-naming: receiver name c should be consistent with previous receiver name cs for ClientState (revive)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L43
receiver-naming: receiver name m should be consistent with previous receiver name msg for MsgPushNewWasmCode (revive)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L74
receiver-naming: receiver name m should be consistent with previous receiver name msg for MsgUpdateWasmCodeId (revive)
|
lint:
modules/light-clients/08-wasm/types/errors.go#L7
var-naming: var ErrInvalidCodeId should be ErrInvalidCodeID (revive)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L89
receiver-naming: receiver name m should be consistent with previous receiver name msg for MsgUpdateWasmCodeId (revive)
|
lint:
modules/light-clients/08-wasm/types/msgs.go#L66
var-naming: func NewMsgUpdateWasmCodeId should be NewMsgUpdateWasmCodeID (revive)
|
lint:
modules/light-clients/08-wasm/client/cli/tx.go#L48
var-naming: func newUpdateWasmCodeId should be newUpdateWasmCodeID (revive)
|
lint:
modules/light-clients/08-wasm/client/cli/tx.go#L59
var-naming: var clientId should be clientID (revive)
|