Bump actions/cache from 3 to 4 #1292
Annotations
10 errors and 12 warnings
x/auction/client/cli/cli.go#L6
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/cli.go#L7
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/query.go#L7
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/query.go#L8
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/query.go#L9
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/query.go#L10
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/query.go#L12
import 'github.com/comdex-official/comdex/x/auction/types' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/tx.go#L7
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/tx.go#L8
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
x/auction/client/cli/tx.go#L9
import 'github.com/cosmos/cosmos-sdk/client/tx' is not allowed from list 'Main' (depguard)
|
The following actions uses Node.js version which is deprecated 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/
|
|
x/rewards/types/gauge.go#L12
var-naming: var ValidGaugeTypeIds should be ValidGaugeTypeIDs (revive)
|
x/rewards/types/keys.go#L32
var-naming: var AppIdsVaultKeyPrefix should be AppIDsVaultKeyPrefix (revive)
|
x/rewards/types/keys.go#L54
var-naming: var GaugeIdsByTriggerDurationKeyPrefix should be GaugeIDsByTriggerDurationKeyPrefix (revive)
|
x/rewards/types/keys.go#L70
var-naming: func GetGaugeIdsByTriggerDurationKey should be GetGaugeIDsByTriggerDurationKey (revive)
|
x/liquidation/keeper/query_server.go#L228
var-naming: method QueryAppIds should be QueryAppIDs (revive)
|
x/liquidation/keeper/liquidate_vaults.go#L16
var-naming: var appIds should be appIDs (revive)
|
x/liquidation/keeper/liquidate_vaults.go#L371
var-naming: method GetAppIdsForLiquidation should be GetAppIDsForLiquidation (revive)
|
x/asset/types/errors.go#L22
var-naming: var AppIdsDoesntExist should be AppIDsDoesntExist (revive)
|
x/liquidationsV2/client/cli/tx.go#L94
var-naming: var appId should be appID (revive)
|
x/liquidationsV2/client/cli/tx.go#L99
var-naming: var assetId should be assetID (revive)
|
This job failed
Loading