Skip to content

feat(x/ecocredit): add BurnRegen method #8152

feat(x/ecocredit): add BurnRegen method

feat(x/ecocredit): add BurnRegen method #8152

Triggered via pull request January 29, 2024 16:45
Status Failure
Total duration 2m 16s
Artifacts

lint.yml

on: pull_request
Matrix: golangci
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
golangci (x/ecocredit): x/ecocredit/config.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/errors.go#L3
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/expected_keepers.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/expected_keepers.go#L5
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/expected_keepers.go#L6
import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/expected_keepers.go#L7
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/keys.go#L4
import 'github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/keys.go#L6
import 'github.com/regen-network/regen-ledger/api/v2/regen/ecocredit/basket/v1' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/keys.go#L7
import 'github.com/regen-network/regen-ledger/api/v2/regen/ecocredit/marketplace/v1' is not allowed from list 'Main' (depguard)
golangci (x/ecocredit): x/ecocredit/keys.go#L8
import 'github.com/regen-network/regen-ledger/api/v2/regen/ecocredit/v1' is not allowed from list 'Main' (depguard)
golangci (types)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci (x/data)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci (x/intertx)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci (app)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
buf-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6, bufbuild/buf-setup-action@v1, bufbuild/buf-lint-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
buf-lint
No github_token supplied, API requests will be subject to stricter rate limiting
protolint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci (x/ecocredit)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6, actions/setup-go@v4, 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/.
golangci (x/ecocredit): x/ecocredit/base/types/v1/msg_burn_regen.go#L30
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)