Fee burn mechanism #704
Annotations
10 errors and 5 warnings
golangci-lint:
x/feeburn/keeper/grpc_query_test.go#L17
Error return value of `keeper.SetParams` is not checked (errcheck)
|
golangci-lint:
x/feeburn/keeper/params_test.go#L16
Error return value of `k.SetParams` is not checked (errcheck)
|
golangci-lint:
app/app.go#L324
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
app/app.go#L1165
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
golangci-lint:
x/feeburn/ante/utils_test.go#L61
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/feeburn/keeper/integration_test.go#L30
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
x/feeburn/types/proposal.go#L4
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/feeburn/types/proposal.go#L6
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/feeburn/client/cli/tx.go#L4
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/feeburn/keeper/keeper.go#L45
File is not `gofumpt`-ed (gofumpt)
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /home/runner/work/migaloo-chain/migaloo-chain. Supported file pattern: go.sum
|
golangci-lint:
x/feeburn/ante/utils_test.go#L23
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
golangci-lint:
x/feeburn/ante/utils_test.go#L36
unused-parameter: parameter 'isCheckTx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/feeburn/keeper/keeper_test.go#L34
unused-parameter: parameter 'isCheckTx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/feeburn/keeper/keeper_test.go#L21
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
The logs for this run have expired and are no longer available.
Loading