chore: fix misc lints from v0.27 branch (#2049) #2926
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/
|