linter: enable nolintlint (#6162)
* nolintlint enable * remove space * fix tests Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/crypto/keyring"
|
||||
)
|
||||
|
||||
// nolint
|
||||
const (
|
||||
// DefaultGasAdjustment is applied to gas estimates to avoid tx execution
|
||||
// failures due to state changes that might occur between the tx simulation
|
||||
|
||||
@@ -63,7 +63,6 @@ func NewFactoryFromCLI(input io.Reader) Factory {
|
||||
return f
|
||||
}
|
||||
|
||||
// nolint
|
||||
func (f Factory) AccountNumber() uint64 { return f.accountNumber }
|
||||
func (f Factory) Sequence() uint64 { return f.sequence }
|
||||
func (f Factory) Gas() uint64 { return f.gas }
|
||||
|
||||
Reference in New Issue
Block a user