Merge pull request #2459 from Pylons-tech/fix/remove-bigdapper-backend #4970
Annotations
10 errors and 12 warnings
app/upgrades/types.go#L4
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
|
x/pylons/migrations/v3/migration.go#L4
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
|
x/pylons/migrations/v3/migration.go#L5
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
x/pylons/migrations/v3/migration.go#L6
import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/constants.go#L4
import 'github.com/Pylons-tech/pylons/app/upgrades' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/constants.go#L5
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/constants.go#L6
import 'github.com/cosmos/ibc-go/v5/modules/apps/27-interchain-accounts/controller/types' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/constants.go#L7
import 'github.com/cosmos/ibc-go/v5/modules/apps/27-interchain-accounts/host/types' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/fork.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
app/upgrades/testnet/v3/fork.go#L5
import 'github.com/cosmos/cosmos-sdk/store/types' 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/setup-go@v3, 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/
|
|
app/upgrades/testnet/v3/fork.go#L22
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
x/epochs/abci.go#L17
unused-parameter: parameter 'index' seems to be unused, consider removing or renaming it as _ (revive)
|
x/epochs/handler.go#L18
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_validate.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_create.go#L35
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_update.go#L38
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_parse.go#L14
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_update.go#L45
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev_cel_check.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/pylonsd/cmd/dev.go#L66
unused-parameter: parameter 'e' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading