Bump softprops/action-gh-release from 1 to 2 #1293
Annotations
10 errors and 12 warnings
lint:
x/rewards/client/cli/flags.go#L7
import 'github.com/spf13/pflag' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/query.go#L9
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/query.go#L10
import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/query.go#L12
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/query.go#L14
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/query.go#L16
import 'github.com/comdex-official/comdex/x/rewards/types' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/tx.go#L10
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/tx.go#L11
import 'github.com/cosmos/cosmos-sdk/client/tx' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/tx.go#L12
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/rewards/client/cli/tx.go#L14
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
lint
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/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
|
lint:
x/rewards/client/cli/flags.go#L17
var-naming: const FlagChildPoolIds should be FlagChildPoolIDs (revive)
|
lint:
x/rewards/client/cli/query.go#L440
var-naming: func queryWhitelistedAppIdsVault should be queryWhitelistedAppIDsVault (revive)
|
lint:
x/rewards/client/cli/query.go#L65
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/rewards/client/cli/query.go#L142
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/rewards/client/cli/query.go#L183
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/rewards/client/cli/tx.go#L261
var-naming: var childPoolIdsCombined should be childPoolIDsCombined (revive)
|
lint:
x/rewards/client/cli/tx.go#L265
var-naming: var childPoolIds should be childPoolIDs (revive)
|
lint:
x/rewards/client/cli/tx.go#L267
var-naming: var childPoolIdsStr should be childPoolIDsStr (revive)
|
lint:
x/asset/abci.go#L12
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/auctionsV2/genesis.go#L1
var-naming: don't use MixedCaps in package name; auctionsV2 should be auctionsv2 (revive)
|