Skip to content

!feat: Intergrate multi-staking module #135

!feat: Intergrate multi-staking module

!feat: Intergrate multi-staking module #135

Re-run triggered January 28, 2024 14:59
Status Failure
Total duration 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: app/upgrades/multi-staking/upgrade.go#L95
Error return value of `bk.SendCoins` is not checked (errcheck)
lint: app/upgrades/multi-staking/upgrade.go#L102
Error return value of `bk.MintCoins` is not checked (errcheck)
lint: app/upgrades/multi-staking/upgrade.go#L103
Error return value of `bk.SendCoins` is not checked (errcheck)
lint: app/upgrades/multi-staking/upgrade.go#L165
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/upgrade.go#L46
unused-parameter: parameter 'msk' seems to be unused, consider removing or renaming it as _ (revive)
lint: app/upgrades/multi-staking/upgrade.go#L48
unused-parameter: parameter 'keys' seems to be unused, consider removing or renaming it as _ (revive)
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/types.go#L37
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
lint: app/upgrades/multi-staking/types.go#L51
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
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/.
lint: app/test_helpers.go#L173
var-naming: var lockId should be lockID (revive)