Skip to content

chore: add missing proto fields to gov v1 #1419

chore: add missing proto fields to gov v1

chore: add missing proto fields to gov v1 #1419

Triggered via pull request November 23, 2023 21:56
Status Failure
Total duration 35s
Artifacts

lint.yml

on: pull_request
golangci-lint
26s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: x/bank/keeper/supply_offset.go#L90
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/bank/keeper/keeper.go#L34
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/keeper.go#L35
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L13
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L22
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L32
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L50
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L78
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/bank/keeper/supply_offset.go#L109
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
golangci-lint: x/auth/vesting/types/period.go#L179
ifElseChain: rewrite if-else to switch statement (gocritic)