Skip to content

v4.1.x upgrade

v4.1.x upgrade #708

Triggered via pull request January 9, 2024 09:22
@hoank101hoank101
synchronize #301
develop
Status Failure
Total duration 40s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
lint: x/feeburn/client/cli/tx.go#L4
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/client/cli/tx.go#L49
SA1019: cli.FlagDescription is deprecated: only used for v1beta1 legacy proposals. (staticcheck)
lint: x/feeburn/keeper/keeper.go#L45
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/keeper/proposal.go#L21
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/types/proposal.go#L4
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/types/proposal.go#L6
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/client/proposal_handler.go#L8
File is not `gofumpt`-ed (gofumpt)
lint: x/feeburn/keeper/grpc_query_test.go#L17
Error return value of `keeper.SetParams` is not checked (errcheck)
lint: x/feeburn/keeper/params_test.go#L16
Error return value of `k.SetParams` is not checked (errcheck)
lint: app/app.go#L1167
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/migaloo-chain/migaloo-chain. Supported file pattern: go.sum
lint: x/feeburn/keeper/keeper_test.go#L34
unused-parameter: parameter 'isCheckTx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/feeburn/keeper/keeper_test.go#L21
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: x/feeburn/ante/utils_test.go#L36
unused-parameter: parameter 'isCheckTx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/feeburn/ante/utils_test.go#L23
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)