Skip to content

Problem: sdk 0.50 is not used #2816

Problem: sdk 0.50 is not used

Problem: sdk 0.50 is not used #2816

Triggered via pull request July 18, 2024 06:33
@yihuangyihuang
synchronize #1061
mmsqe:sdk50
Status Failure
Total duration 1m 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: app/ante.go#L1
: # github.com/crypto-org-chain/chain-main/v4/app [github.com/crypto-org-chain/chain-main/v4/app.test]
golangci-lint: app/export_test.go#L25
undefined: Setup (typecheck)
golangci-lint: config/config_test.go#L1
: # github.com/crypto-org-chain/chain-main/v4/config_test [github.com/crypto-org-chain/chain-main/v4/config.test]
golangci-lint: config/config_test.go#L52
undefined: sdk.ZeroInt (typecheck)
golangci-lint: x/nft/keeper/collection_test.go#L1
: # github.com/crypto-org-chain/chain-main/v4/x/nft/keeper_test [github.com/crypto-org-chain/chain-main/v4/x/nft/keeper.test]
golangci-lint: x/nft/keeper/keeper_test.go#L65
undefined: app.Setup (typecheck)
golangci-lint: x/icaauth/keeper/keeper.go#L67
sloppyTypeAssert: type assertion from/to types are identical (gocritic)
golangci-lint: x/chainmain/client/cli/genaccounts.go#L129
shadow: declaration of "err" shadows declaration at line 52 (govet)
golangci-lint: x/chainmain/client/cli/testnet.go#L299
shadow: declaration of "err" shadows declaration at line 189 (govet)
golangci-lint: x/nft/types/codec.go#L21
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/