-
-
Notifications
You must be signed in to change notification settings - Fork 21
Don't generate unnecessary extensions #45
Copy link
Copy link
Open
Description
If you do not have any keys for global_secrets it still generates an unnecessary extension like:
public extension ArkanaKeys {
struct Global: ArkanaKeysGlobalProtocol {
public init() {}
}
}
I presume like wise that if you had no environment_secrets It would also generate similar empty extensions.
You shouldn't generate these useless blocks of code if there are no keys
Reactions are currently unavailable