Merge duality neutron #1029
Triggered via pull request
September 29, 2023 16:38
Status
Failure
Total duration
1m 38s
Artifacts
–
Annotations
10 errors and 10 warnings
lint:
cmd/neutrond/root.go#L36
"github.com/cosmos/cosmos-sdk/x/genutil" imported and not used (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L36
cannot use new(UpgradeTestSuite) (value of type *UpgradeTestSuite) as suite.TestingSuite value in argument to suite.Run: *UpgradeTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L41
suite.GetNeutronZoneApp undefined (type *UpgradeTestSuite has no field or method GetNeutronZoneApp) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L42
suite.ChainA undefined (type *UpgradeTestSuite has no field or method ChainA) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L70
suite.GetNeutronZoneApp undefined (type *UpgradeTestSuite has no field or method GetNeutronZoneApp) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L72
suite.ChainA undefined (type *UpgradeTestSuite has no field or method ChainA) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L75
suite.Require undefined (type *UpgradeTestSuite has no field or method Require) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L76
suite.Require undefined (type *UpgradeTestSuite has no field or method Require) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L77
suite.Require undefined (type *UpgradeTestSuite has no field or method Require) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L86
suite.Require undefined (type *UpgradeTestSuite has no field or method Require) (typecheck)
|
lint:
utils/math/prec_dec.go#L1
var-naming: don't use an underscore in package name (revive)
|
lint:
x/dex/types/params.go#L14
var-declaration: should omit type []uint64 from declaration of var DefaultFeeTiers; it will be inferred from the right-hand side (revive)
|
lint:
x/dex/types/price.go#L22
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
x/dex/types/pair_id.go#L68
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
x/dex/types/trade_pair_id.go#L84
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
x/dex/types/keys.go#L79
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
utils/generic_helper.go#L14
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
lint:
utils/slice_helper.go#L46
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
utils/bank.go#L72
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
lint:
x/dex/client/cli/tx_place_limit_order.go#L67
var-declaration: should drop = nil from declaration of var maxAmountOutIntP; it is the zero value (revive)
|