Skip to content

Feat/implement evently #4843

Feat/implement evently

Feat/implement evently #4843

Triggered via pull request May 9, 2024 11:26
Status Failure
Total duration 45s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: app/ante.go#L6
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L7
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L8
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L9
import 'github.com/cosmos/cosmos-sdk/telemetry' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L10
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L11
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L12
import 'github.com/cosmos/cosmos-sdk/types/tx/signing' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L13
import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L14
import 'github.com/cosmos/cosmos-sdk/x/auth/signing' is not allowed from list 'Main' (depguard)
lint: app/ante.go#L15
import 'github.com/cosmos/cosmos-sdk/x/auth/types' 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: app/upgrades/testnet/v4/upgrades.go#L84
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
lint: app/upgrades/testnet/v6/upgrades.go#L19
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/client/cli/query_get_stripe_refund.go#L19
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/client/cli/query_payment_info.go#L17
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/pylons/client/cli/query_redeem_info.go#L17
unused-parameter: parameter 'args' 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_cel_check.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/pylonsd/cmd/dev_validate.go#L16
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)