Merge duality neutron #1030
Annotations
10 errors and 10 warnings
x/epochs/types/hooks_test.go#L143
Error return value of `hooks.BeforeEpochStart` is not checked (errcheck)
|
x/epochs/types/hooks_test.go#L154
Error return value of `hooks.AfterEpochEnd` is not checked (errcheck)
|
x/epochs/module.go#L87
Error return value of `types.RegisterQueryHandlerClient` is not checked (errcheck)
|
x/incentives/keeper/distribute.go#L83
Error return value of `k.SetAccountHistory` is not checked (errcheck)
|
tests/ibc/ibc_setup_test.go#L287
Error return value of `path.RelayPacket` is not checked (errcheck)
|
tests/ibc/swap_forward_test.go#L348
Error return value of `s.RelayAllPacketsAToB` is not checked (errcheck)
|
x/incentives/keeper/gauge_test.go#L47
Error return value of `suite.App.IncentivesKeeper.AfterEpochEnd` is not checked (errcheck)
|
x/incentives/keeper/gauge_test.go#L61
Error return value of `suite.App.IncentivesKeeper.AfterEpochEnd` is not checked (errcheck)
|
x/incentives/keeper/gauge_test.go#L76
Error return value of `suite.App.IncentivesKeeper.AfterEpochEnd` is not checked (errcheck)
|
x/incentives/keeper/gauge_test.go#L91
Error return value of `suite.App.IncentivesKeeper.AfterEpochEnd` is not checked (errcheck)
|
utils/math/prec_dec.go#L1
var-naming: don't use an underscore in package name (revive)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
utils/slice_helper.go#L46
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
utils/bank.go#L72
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
The logs for this run have expired and are no longer available.
Loading