Linted Repo (#136)
* Linted * Updated lint to include config file * Linted repo * Updated make command * made requested changes * added no lint
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ func (acc Account) Balance() sdk.Int {
|
||||
|
||||
// SetBalance sets an account's balance.
|
||||
func (acc Account) SetBalance(amt sdk.Int) {
|
||||
// nolint:errcheck
|
||||
//nolint:gosec,errcheck
|
||||
acc.SetCoins(sdk.Coins{sdk.NewCoin(DenomDefault, amt)})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user