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
WKExtensionDelegateAdaptor triggers weak_delegate but should not.
Complete output when running SwiftLint, including the stack trace and command used
% swiftlint
Linting Swift files in current working directory
...
Linting 'Application.swift' (12/14)
...
/Users/username/Developer/Applications/ApplicationName/Sources/Application/Application.swift:19:57: warning: Weak Delegate Violation: Delegates should be weak to avoid reference cycles. (weak_delegate)
Done linting! Found 1 violation, 0 serious in 14 files.
Environment
SwiftLint version (run swiftlint version to be sure)? 0.43.1
Installation method used (Homebrew, CocoaPods, building from source, etc)? pkg install
The text was updated successfully, but these errors were encountered:
edorphy
changed the title
WKExtensionDelegateAdaptor triggers weak_delegate but should be non-triggering like UIApplicationDelegateAdaptor
weak_delegate: @WKExtensionDelegateAdaptor should be non-triggering
Apr 25, 2021
New Issue Checklist
Describe the bug
WKExtensionDelegateAdaptor triggers weak_delegate but should not.
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)? 0.43.1xcodebuild -version
)? Xcode 12.5 Build version 12E262The text was updated successfully, but these errors were encountered: