[Mint] 🤑 New token model implementation #1296
lint.yml
on: pull_request
lint-commits
25s
lint-markdown
19s
lint-yaml
4s
lint-json
9s
lint-go
4m 53s
analyze-go
7m 9s
lint-dockerfile
14s
lint-proto
12s
lint-generated
3m 15s
lint-shell
5s
Annotations
10 errors
lint-go:
x/mint/keeper/genesis_test.go#L1
: # github.com/okp4/okp4d/x/mint/keeper_test [github.com/okp4/okp4d/x/mint/keeper.test]
|
lint-go:
x/mint/keeper/genesis_test.go#L63
too many arguments in call to types.NewMinter
|
lint-go:
x/mint/keeper/genesis_test.go#L67
not enough arguments in call to types.NewParams
|
lint-go:
x/mint/keeper/keeper_test.go#L81
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
|
lint-go:
x/mint/keeper/keeper_test.go#L90
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
|
lint-go:
x/mint/keeper/msg_server_test.go#L28
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
|
lint-go:
x/mint/keeper/msg_server_test.go#L40
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params (typecheck)
|
lint-go:
x/mint/simulation/decoder_test.go#L1
: # github.com/okp4/okp4d/x/mint/simulation_test [github.com/okp4/okp4d/x/mint/simulation.test]
|
lint-go:
x/mint/simulation/decoder_test.go#L23
too many arguments in call to types.NewMinter
|
lint-go:
x/mint/simulation/genesis_test.go#L50
mintGenesis.Params.AnnualReductionFactor undefined (type "github.com/okp4/okp4d/x/mint/types".Params has no field or method AnnualReductionFactor)
|