Skip to content

feat: add msg update params #ntrn-102 #974

feat: add msg update params #ntrn-102

feat: add msg update params #ntrn-102 #974

Triggered via pull request September 4, 2023 15:09
Status Failure
Total duration 1m 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 2 warnings
lint: x/tokenfactory/keeper/genesis.go#L17
Error return value of `k.SetParams` is not checked (errcheck)
lint: x/tokenfactory/types/codec.go#L17
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/types/codec.go#L19
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/types/codec.go#L30
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/keeper/msg_server.go#L239
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/tokenfactory/keeper/admins_test.go#L18
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/keeper/admins_test.go#L41
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/keeper/admins_test.go#L186
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/tokenfactory/keeper/admins_test.go#L189
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/transfer/types/tx.go#L29
context-as-argument: context.Context should be the first parameter of a function (revive)
lint: x/interchainqueries/keeper/msg_server.go#L314
receiver-naming: receiver name m should be consistent with previous receiver name k for msgServer (revive)