!chore: write upgrade handler for new minimum commission rate #1
Annotations
8 errors and 2 warnings
lint:
app/upgrades/v4/upgrades.go#L31
Error return value of `staking.SetParams` is not checked (errcheck)
|
lint:
app/upgrades_test.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
app/upgrades_test.go#L9
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
app/upgrades_test.go#L13
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
app/upgrades_test.go#L14
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
lint:
app/upgrades_test.go#L6
File is not `gofumpt`-ed (gofumpt)
|
lint:
app/upgrades_test.go#L8
File is not `gofumpt`-ed (gofumpt)
|
lint
issues found
|
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/upgrades/v4/upgrades.go#L18
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|