Skip to content

Update our tokenfactory to the latest version NTRN-93 #1016

Update our tokenfactory to the latest version NTRN-93

Update our tokenfactory to the latest version NTRN-93 #1016

Triggered via pull request September 20, 2023 09:54
Status Failure
Total duration 1m 16s
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 3 warnings
lint: x/tokenfactory/keeper/genesis.go#L17
Error return value of `k.SetParams` is not checked (errcheck)
lint: x/contractmanager/keeper/sudo.go#L25
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: app/simulation_test.go#L29
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/interchainqueries/types/tx.go#L18
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/interchaintxs/types/params.go#L4
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: testutil/feerefunder/keeper/fee.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: testutil/feerefunder/keeper/fee.go#L6
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: testutil/cron/keeper/cron.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: testutil/cron/keeper/cron.go#L6
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/interchaintxs/keeper/ibc_handlers.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/tokenfactory/types/params.go#L16
var-declaration: should drop = nil from declaration of var DefaultDenomCreationFee; it is the zero value (revive)
lint: x/tokenfactory/types/params.go#L17
var-declaration: should drop = 0 from declaration of var DefaultDenomCreationGasConsume; it is the zero value (revive)
lint: x/transfer/types/tx.go#L29
context-as-argument: context.Context should be the first parameter of a function (revive)