We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6634f commit 9712ae3Copy full SHA for 9712ae3
Tests/YBottomSheetTests/BottomSheetControllerTests.swift
@@ -12,8 +12,7 @@ import YMatterType
12
@testable import YBottomSheet
13
14
// OK to have lots of test cases
15
-// swiftlint:disable file_length
16
-// swiftlint:disable type_body_length
+// swiftlint:disable file_length type_body_length
17
18
final class BottomSheetControllerTests: XCTestCase {
19
var window: UIWindow!
@@ -486,3 +485,4 @@ final class MockPanGesture: UIPanGestureRecognizer {
486
485
override func translation(in view: UIView?) -> CGPoint { translation }
487
override func velocity(in view: UIView?) -> CGPoint { velocity }
488
}
+// swiftlint:enable file_length type_body_length
0 commit comments