Release/v1.8.x #1243
lint.yml
on: pull_request
Run golangci-lint
3m 53s
Run super-linter
10s
Annotations
10 errors
Run golangci-lint:
app/upgrades/v10/upgrades.go#L59
string `0.000000000000000000` has 3 occurrences, make it a constant (goconst)
|
Run golangci-lint:
x/legacy/market/types/codec.go#L37
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/bet/types/codec.go#L32
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/house/types/codec.go#L40
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/orderbook/types/codec.go#L30
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/subaccount/types/codec.go#L42
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/reward/types/codec.go#L41
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
x/legacy/ovm/types/codec.go#L33
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Run golangci-lint:
app/upgrades/v10/upgrades.go#L55
unnecessary leading newline (whitespace)
|
Run golangci-lint
Process completed with exit code 2.
|