You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The weak delegate rule fires on the following declaration, which is not appropriate:
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
I have begun making the changes to implement this but I want to check that I'm not missing something - there doesn't seem to be a way of detecting a property wrapper specifically from the SourceKittenDictionary, and I have to do it by reading the attributes out using the offsets?
If this is a question better asked as part of a PR submission then that's #3457
The text was updated successfully, but these errors were encountered:
New Issue Checklist
New rule request
The weak delegate rule fires on the following declaration, which is not appropriate:
I have begun making the changes to implement this but I want to check that I'm not missing something - there doesn't seem to be a way of detecting a property wrapper specifically from the SourceKittenDictionary, and I have to do it by reading the attributes out using the offsets?
If this is a question better asked as part of a PR submission then that's #3457
The text was updated successfully, but these errors were encountered: