Skip to content

Upgrade v0.50

Upgrade v0.50 #96

Triggered via pull request August 29, 2024 11:26
@miklukemikluke
synchronize #19
upgrade-v0.50
Status Failure
Total duration 2m 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run linter: x/scorum/client/cli/proposal_mint.go#L74
Error return value of `cmd.MarkFlagRequired` is not checked (errcheck)
Run linter: app/app.go#L791
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
Run linter: app/app.go#L885
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
Run linter: app/export.go#L172
Error return value of `app.StakingKeeper.IterateRedelegations` is not checked (errcheck)
Run linter: app/export.go#L184
Error return value of `app.StakingKeeper.IterateUnbondingDelegations` is not checked (errcheck)
Run linter: app/export.go#L213
Error return value of `app.StakingKeeper.SetValidator` is not checked (errcheck)
Run linter: app/export.go#L230
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
Run linter: app/export.go#L234
Error return value of `app.SlashingKeeper.SetValidatorSigningInfo` is not checked (errcheck)
Run linter: app/upgrade/v120/upgrade.go#L61
commentFormatting: put a space between `//` and comment text (gocritic)
Run linter: x/scorum/simulation/proposals.go#L16
G101: Potential hardcoded credentials (gosec)
Run linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/