Merge pull request #107 from realiotech/jiujiteiro-patch-1 #156
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#L97
Error return value of `bk.SendCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L104
Error return value of `bk.MintCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L105
Error return value of `bk.SendCoins` is not checked (errcheck)
|
lint:
app/upgrades/multi-staking/upgrade.go#L167
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
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/.
|