Skip to content

remove the old webapp backend code base as its not used anymore #4969

remove the old webapp backend code base as its not used anymore

remove the old webapp backend code base as its not used anymore #4969

Triggered via pull request July 18, 2024 15:11
Status Failure
Total duration 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: app/upgrades/types.go#L4
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/constants.go#L4
import 'github.com/Pylons-tech/pylons/app/upgrades' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/constants.go#L5
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
lint: 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)
lint: 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)
lint: app/upgrades/testnet/v3/fork.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/fork.go#L5
import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/fork.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/fork.go#L7
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v3/fork.go#L8
import 'github.com/cosmos/cosmos-sdk/x/authz' 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/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/
lint
The process '/usr/bin/git' failed with exit code 128
lint: app/upgrades/testnet/v3/fork.go#L22
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/types/cel_decls.go#L38
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/types/cel_decls.go#L226
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/keeper/complete_pending_execution.go#L14
var-naming: method parameter entryIds should be entryIDs (revive)
lint: x/pylons/keeper/complete_pending_execution.go#L117
var-naming: var itemOutputIds should be itemOutputIDs (revive)
lint: x/pylons/keeper/complete_pending_execution.go#L129
var-naming: var itemModifyOutputIds should be itemModifyOutputIDs (revive)
lint: x/pylons/keeper/cookbook.go#L26
var-naming: method getCookbookIdsByAddr should be getCookbookIDsByAddr (revive)
lint: x/pylons/keeper/msg_server_execute_recipe.go#L13
var-naming: method parameter inputItemsIds should be inputItemsIDs (revive)
lint: x/pylons/keeper/grpc_query_redeem_info.go#L26
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/keeper/grpc_query_payment_info.go#L26
unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)