Skip to content

version bump required in deployment target due to flutter upgrade #4947

version bump required in deployment target due to flutter upgrade

version bump required in deployment target due to flutter upgrade #4947

Triggered via pull request July 3, 2024 20:06
Status Failure
Total duration 34s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: testutil/cli/cli_test_util.go#L9
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L10
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L11
import 'github.com/cosmos/cosmos-sdk/crypto/hd' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L12
import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L13
import 'github.com/cosmos/cosmos-sdk/testutil/cli' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L15
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L16
import 'github.com/cosmos/cosmos-sdk/x/bank/client/cli' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L17
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L19
import 'github.com/Pylons-tech/pylons/app' is not allowed from list 'Main' (depguard)
lint: testutil/cli/cli_test_util.go#L20
import 'github.com/Pylons-tech/pylons/x/pylons/client/cli' 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: x/pylons/keeper/cookbook.go#L26
var-naming: method getCookbookIdsByAddr should be getCookbookIDsByAddr (revive)
lint: x/pylons/keeper/cookbook.go#L89
var-naming: var cookbookIds should be cookbookIDs (revive)
lint: x/pylons/keeper/msg_server_execute_recipe.go#L13
var-naming: method parameter inputItemsIds should be inputItemsIDs (revive)
lint: x/pylons/keeper/complete_pending_execution.go#L14
var-naming: method parameter entryIds should be entryIDs (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)
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/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: app/upgrades/testnet/v5/upgrades.go#L31
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)