Ics mainnet #1315
Annotations
10 errors and 12 warnings
lint:
x/market/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L6
import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L8
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/errors.go#L3
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/keys.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/params.go#L4
import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
|
lint:
x/auction/keeper/debt.go#L3
File is not `gofumpt`-ed (gofumpt)
|
lint:
x/auction/keeper/debt.go#L10
File is not `gofumpt`-ed (gofumpt)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], 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/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
|
lint:
x/market/types/codec.go#L11
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/auction/keeper/auction.go#L11
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/auction/keeper/params.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/esm/keeper/esm.go#L356
unused-parameter: parameter 'esmData' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/esm/keeper/esm.go#L468
unused-parameter: parameter 'esmData' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/esm/keeper/esm.go#L679
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/lend/keeper/borrow.go#L108
var-naming: method result borrowIds should be borrowIDs (revive)
|
lint:
x/lend/keeper/grpc_query.go#L86
var-naming: var lendIds should be lendIDs (revive)
|
lint:
x/lend/keeper/grpc_query.go#L119
var-naming: var lendIds should be lendIDs (revive)
|
lint:
x/lend/keeper/grpc_query.go#L153
var-naming: var borrowIds should be borrowIDs (revive)
|