Skip to content

Feat/implement evently #4929

Feat/implement evently

Feat/implement evently #4929

Triggered via pull request June 11, 2024 04:54
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: x/epochs/abci.go#L7
import 'github.com/cosmos/cosmos-sdk/telemetry' is not allowed from list 'Main' (depguard)
lint: x/epochs/abci.go#L8
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: x/epochs/abci.go#L10
import 'github.com/Pylons-tech/pylons/x/epochs/keeper' is not allowed from list 'Main' (depguard)
lint: x/epochs/abci.go#L11
import 'github.com/Pylons-tech/pylons/x/epochs/types' is not allowed from list 'Main' (depguard)
lint: x/epochs/genesis.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: x/epochs/genesis.go#L8
import 'github.com/Pylons-tech/pylons/x/epochs/keeper' is not allowed from list 'Main' (depguard)
lint: x/epochs/genesis.go#L9
import 'github.com/Pylons-tech/pylons/x/epochs/types' is not allowed from list 'Main' (depguard)
lint: x/epochs/handler.go#L6
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
lint: x/epochs/handler.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: x/epochs/handler.go#L8
import 'github.com/cosmos/cosmos-sdk/types/errors' 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: x/epochs/abci.go#L17
unused-parameter: parameter 'index' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/epochs/handler.go#L18
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: app/upgrades/testnet/v3/fork.go#L22
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (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)
lint: x/pylons/types/cel_decls.go#L226
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/pylonsd/cmd/gadgets.go#L130
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (revive)
lint: cmd/pylonsd/cmd/dev_validate.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/pylonsd/cmd/dev.go#L66
unused-parameter: parameter 'e' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/pylonsd/cmd/dev_update.go#L38
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)