!feat: Intergrate multi-staking module #141
Annotations
10 errors and 1 warning
lint:
app/upgrades.go#L40
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
lint:
app/test_helpers.go#L173
var-naming: var lockId should be lockID (revive)
|
lint:
app/upgrades.go#L31
ST1005: error strings should not be capitalized (stylecheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L98
Error return value of `bk.SendCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L105
Error return value of `bk.MintCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L106
Error return value of `bk.SendCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L168
File is not `gofumpt`-ed (gofumpt)
|
lint:
app/upgrades/multi-staking/types.go#L55
`paramaters` is a misspelling of `parameters` (misspell)
|
lint:
app/upgrades/multi-staking/types.go#L74
exported: type name will be used as multistaking.MultiStakingGenesisState by other packages, and that stutters; consider calling this GenesisState (revive)
|
lint:
app/upgrades/multi-staking/upgrade.go#L46
unused-parameter: parameter 'msk' seems to be unused, consider removing or renaming it as _ (revive)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|