Skip to content

chore: fix misc lints from v0.27 branch (#2049) #2926

chore: fix misc lints from v0.27 branch (#2049)

chore: fix misc lints from v0.27 branch (#2049) #2926

Triggered via push November 4, 2024 20:21
Status Failure
Total duration 4m 0s
Artifacts

ci-commit.yml

on: push
lint  /  ...  /  Check Proto
3m 24s
lint  /  golangci-lint
3m 51s

Annotations

4 errors and 2 warnings
lint / golangci-lint: app/upgrades.go#L13
var-naming: don't use underscores in Go names; const UpgradeName_Mainnet should be UpgradeNameMainnet (revive)
lint / golangci-lint: app/upgrades.go#L14
var-naming: don't use underscores in Go names; const UpgradeName_Testnet should be UpgradeNameTestnet (revive)
lint / golangci-lint: app/upgrades.go#L60
error returned from external package is unwrapped: sig: func (github.com/cosmos/cosmos-sdk/types/module.Manager).RunMigrations(ctx github.com/cosmos/cosmos-sdk/types.Context, cfg github.com/cosmos/cosmos-sdk/types/module.Configurator, fromVM github.com/cosmos/cosmos-sdk/types/module.VersionMap) (github.com/cosmos/cosmos-sdk/types/module.VersionMap, error) (wrapcheck)
lint / golangci-lint
issues found
lint / proto-lint / Check Proto
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/