Skip to content

Commit e211508

Browse files
rkreutzikesyo
authored andcommitted
Disabling line length lint warning
1 parent d9c046b commit e211508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Nimble/Matchers/Async.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ private func toNeverPredicate<T>(predicate: Predicate<T>, timeout: DispatchTimeI
7575
case let .raisedException(exception):
7676
return PredicateResult(status: .fail, message: .fail("unexpected exception raised: \(exception)"))
7777
case .blockedRunLoop:
78+
// swiftlint:disable:next line_length
7879
let message = lastPredicateResult?.message.appended(message: " (timed out, but main run loop was unresponsive).") ??
7980
.fail("main run loop was unresponsive")
8081
return PredicateResult(status: .fail, message: message)

0 commit comments

Comments
 (0)