Change ObservableObject to Observable Macros #49
Annotations
8 warnings
SwiftLint:
Sources/OTPKit/Features/OriginDestination/Sheets/FavoriteLocationDetailSheet.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/OTPKit/Features/OriginDestination/OriginDestinationSheetEnvironment.swift#L25
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/OTPKit/Features/OriginDestination/Sheets/MoreRecentLocationsSheet.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/OTPKit/TripPlannerExtensionView.swift#L43
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
|
SwiftLint:
Sources/OTPKit/Services/TripPlannerService.swift#L71
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/OTPKit/Features/OriginDestination/Sheets/AddFavoriteLocationsSheet.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/OTPKit/Models/TripPlanner/Itinerary.swift#L58
Todo Violation: TODOs should be resolved (localize this!) (todo)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OTPKitDemoApp.swift#L29
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|