In addition to handling drag gesture changes & ending, also handle ca… #649
Annotations
1 error and 5 warnings
Build
Process completed with exit code 65.
|
SwiftLint:
Sources/BottomSheet/BottomSheet+ViewModifiers/BottomSheet+AccountingForKeyboardHeight.swift#L15
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
|
SwiftLint:
Sources/BottomSheet/BottomSheetView/BottomSheetView+Gestures.swift#L26
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
Sources/BottomSheet/BottomSheetView/BottomSheetView+Gestures.swift#L26
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
Sources/BottomSheet/BottomSheetView/BottomSheetView+HelperViews.swift#L404
File Length Violation: File should contain 400 lines or less: currently contains 404 (file_length)
|
SwiftLint:
Sources/BottomSheet/BottomSheetView/BottomSheetView+SwitchPosition.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
|