Bump actions/setup-go from 4.0.1 to 5.1.0 #1321
Annotations
10 errors and 12 warnings
lint:
x/liquidity/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/codec.go#L6
import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/codec.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/codec.go#L8
import 'github.com/cosmos/cosmos-sdk/types/msgservice' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/codec.go#L9
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/errors.go#L4
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/farm.go#L6
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/farm.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/liquidity/types/generic_params.go#L9
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/liquidity/types/events.go#L45
var-naming: const AttributeKeyOrderIds should be AttributeKeyOrderIDs (revive)
|
lint:
x/liquidity/types/util.go#L114
var-naming: func parameter orderIds should be orderIDs (revive)
|
lint:
x/liquidity/types/events.go#L55
var-naming: const AttributeKeyPairIds should be AttributeKeyPairIDs (revive)
|
lint:
x/liquidity/types/events.go#L56
var-naming: const AttributeKeyCanceledOrderIds should be AttributeKeyCanceledOrderIDs (revive)
|
lint:
x/tokenmint/client/cli/query.go#L41
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/lend/client/cli/query.go#L102
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/lend/client/cli/query.go#L246
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/mainnet/v15/upgrades.go#L24
unused-parameter: parameter 'mm' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/mainnet/v15/upgrades.go#L25
unused-parameter: parameter 'configurator' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/mainnet/v15/upgrades.go#L30
unused-parameter: parameter 'stakingKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|