Skip to content

Commit 9712ae3

Browse files
[ISSUE] SwiftLint warning fixed (#20)
1 parent 1d6634f commit 9712ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/YBottomSheetTests/BottomSheetControllerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import YMatterType
1212
@testable import YBottomSheet
1313

1414
// OK to have lots of test cases
15-
// swiftlint:disable file_length
16-
// swiftlint:disable type_body_length
15+
// swiftlint:disable file_length type_body_length
1716

1817
final class BottomSheetControllerTests: XCTestCase {
1918
var window: UIWindow!
@@ -486,3 +485,4 @@ final class MockPanGesture: UIPanGestureRecognizer {
486485
override func translation(in view: UIView?) -> CGPoint { translation }
487486
override func velocity(in view: UIView?) -> CGPoint { velocity }
488487
}
488+
// swiftlint:enable file_length type_body_length

0 commit comments

Comments
 (0)