Merge pull request #2398 from Pylons-tech/feat/AddBlockSlayerItem #4847
Annotations
10 errors and 12 warnings
golangci-lint:
x/pylons/migrations/v4/migration.go#L4
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/pylons/migrations/v4/migration.go#L5
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/pylons/migrations/v4/migration.go#L6
import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/constants.go#L4
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/constants.go#L6
import 'github.com/Pylons-tech/pylons/app/upgrades' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L4
import 'cosmossdk.io/math' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L5
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L7
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L8
import 'github.com/cosmos/cosmos-sdk/x/auth/keeper' is not allowed from list 'Main' (depguard)
|
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/.
|
Post Run actions/checkout@v3
The process '/usr/bin/git' failed with exit code 128
|
golangci-lint:
app/upgrades/testnet/v5/upgrades.go#L31
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L138
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L139
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L169
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L170
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L202
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/simulation/operations.go#L203
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/types/cel_decls.go#L38
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/pylons/types/cel_decls.go#L226
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
app/upgrades/testnet/v3/fork.go#L22
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading