Ledger #94
Annotations
10 errors and 1 warning
golangci-lint:
server/mock/app.go#L1
: # github.com/cosmos/cosmos-sdk/server/mock
|
golangci-lint:
server/mock/store.go#L232
cannot use multiStore{…} (value of type multiStore) as type "github.com/cosmos/cosmos-sdk/store/types".CommitMultiStore in return statement:
|
golangci-lint:
x/gov/testutil/expected_keepers.go#L1
: # github.com/cosmos/cosmos-sdk/x/gov/testutil
|
golangci-lint:
x/gov/testutil/expected_keepers_mocks.go#L149
undefined: types.SendRestrictionFn
|
golangci-lint:
x/gov/testutil/expected_keepers_mocks.go#L710
undefined: types.SendRestrictionFn
|
golangci-lint:
x/gov/testutil/expected_keepers_mocks.go#L973
undefined: types.MintingRestrictionFn (typecheck)
|
golangci-lint:
crypto/keyring/keyring.go#L620
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
baseapp/chain_stream.go#L3
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
baseapp/chain_stream.go#L5
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, 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/.
|
Loading