fix(lint): handle file close error in key seeding
This commit is contained in:
+1
-1
@@ -586,7 +586,7 @@ func seedKeysFromEnv(s store.Store) {
|
|||||||
}
|
}
|
||||||
keys = append(keys, line)
|
keys = append(keys, line)
|
||||||
}
|
}
|
||||||
f.Close()
|
_ = f.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user