Skip to content

fix!: balance bonding/unbonding module pools #228

fix!: balance bonding/unbonding module pools

fix!: balance bonding/unbonding module pools #228

Triggered via pull request February 22, 2024 03:40
Status Failure
Total duration 1m 13s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 5s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors
golangci-lint: keeper/keeper.go#L167
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
golangci-lint: keeper/keeper.go#L179
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
golangci-lint: keeper/msg_server_test.go#L374
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
golangci-lint: module/abci.go#L81
error is not nil (line 80) but it returns nil (nilerr)
golangci-lint: keeper/msg_server_test.go#L15
ST1019: package "cosmossdk.io/math" is being imported more than once (stylecheck)
golangci-lint
Process completed with exit code 2.