Skip to content

Feat/implement evently #4895

Feat/implement evently

Feat/implement evently #4895

Triggered via pull request May 23, 2024 10:11
Status Failure
Total duration 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: testutil/network/network.go#L9
import 'github.com/cosmos/cosmos-sdk/pruning/types' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L11
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L12
import 'github.com/cosmos/cosmos-sdk/testutil/cli' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L13
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L15
import 'github.com/Pylons-tech/pylons/x/pylons/client/cli' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L17
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L19
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L21
import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L22
import 'github.com/cosmos/cosmos-sdk/crypto/hd' is not allowed from list 'Main' (depguard)
lint: testutil/network/network.go#L23
import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
lint
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/.
lint
The process '/usr/bin/git' failed with exit code 128
lint: app/export.go#L79
unused-parameter: parameter 'val' seems to be unused, consider removing or renaming it as _ (revive)
lint: app/export.go#L107
unused-parameter: parameter 'val' 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/cookbook.go#L26
var-naming: method getCookbookIdsByAddr should be getCookbookIDsByAddr (revive)
lint: x/pylons/keeper/complete_pending_execution.go#L117
var-naming: var itemOutputIds should be itemOutputIDs (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#L129
var-naming: var itemModifyOutputIds should be itemModifyOutputIDs (revive)