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:
Marko
2020-05-08 08:46:12 +00:00
committed by GitHub
co-authored by mergify[bot]
parent 4e328d75db
commit bef3689245
49 changed files with 41 additions and 105 deletions
-1
View File
@@ -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
-1
View File
@@ -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 }