Skip to content

Commit 0ae525f

Browse files
committed
Selectively ignore 'weak_delegate' SwiftLint rule.
1 parent acdf58e commit 0ae525f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/PusherSwiftWithEncryption-Only/PusherEventQueue+DecryptionTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ class PusherEventQueueDecryptionTests: XCTestCase {
66
var eventQueue: PusherEventQueue!
77
var channels: PusherChannels!
88
var eventFactory: PusherEventFactory!
9-
weak var eventQueueDelegate: InlineMockEventQueueDelegate!
9+
// swiftlint:disable:next weak_delegate
10+
var eventQueueDelegate: InlineMockEventQueueDelegate!
1011
var mockConnection: PusherConnection!
1112

1213
override func setUp() {

0 commit comments

Comments
 (0)