early return #4805
Annotations
10 errors, 7 warnings, and 10 notices
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L165
test_processMessageQueue_givenDuplicateMessages_expectDuplicatesRemoved, XCTAssertEqual failed: ("3") is not equal to ("2")
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L150
test_processMessageQueue_givenMessagePriorities_expectHighestPriorityLoaded, failed - Expected loading state with highest priority message
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L296
test_routeChange_expectMessageProcessing, failed - Expected loading state with message 1
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L308
test_routeChange_expectMessageProcessing, failed - Expected loading state with message 2
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L320
test_routeChange_givenMessageBeingProcessed_expectMessageHandledCorrectly, XCTAssertEqual failed: ("Initial") is not equal to ("Loading(id: kiuvbbtxyi, queueId: 1, deliveryId: nhdeunsfcd)")
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L325
test_routeChange_givenMessageBeingProcessed_expectMessageHandledCorrectly, XCTAssertEqual failed: ("Initial") is not equal to ("Dismissed(id: kiuvbbtxyi, queueId: 1, deliveryId: nhdeunsfcd)")
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L331
test_routeChange_givenMessageBeingProcessed_expectMessageHandledCorrectly, XCTAssertEqual failed: ("Initial") is not equal to ("Loading(id: kiuvbbtxyi, queueId: 1, deliveryId: nhdeunsfcd)")
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L183
test_routeChange_givenMessageWithPageRule_expectMessageStateUpdated, failed - Expected loading state with message
|
Tests/MessagingInApp/State/InAppMessageStateTests.swift#L195
test_routeChange_givenMessageWithPageRule_expectMessageStateUpdated, failed - Expected dismissed state
|
|
Tests/Shared/NotificationCenter.swift#L19
'init()' was deprecated in iOS 12.0: Use -initRequiringSecureCoding: instead
|
Tests/Shared/XCTestCaseExtensions.swift#L48
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
|
Sources/Migration/autogenerated/AutoDependencyInjection.generated.swift#L55
variable 'countDependenciesResolved' was never mutated; consider changing to 'let' constant
|
Sources/MessagingInApp/Gist/Managers/LogManager.swift#L14
immutable value 'userToken' was never used; consider replacing with '_' or removing it
|
Sources/MessagingInApp/State/InAppMessageMiddleware.swift#L143
code after 'return' will never be executed
|
Sources/MessagingPushFCM/autogenerated/AutoDependencyInjection.generated.swift#L56
variable 'countDependenciesResolved' was never mutated; consider changing to 'let' constant
|
Sources/MessagingPushAPN/autogenerated/AutoDependencyInjection.generated.swift#L56
variable 'countDependenciesResolved' was never mutated; consider changing to 'let' constant
|
|
|
|
|
|
|
|
|
|
|
This job failed
Loading