Add onboarding for otpkitdemo #54
Annotations
10 warnings
SwiftLint:
Sources/OTPKit/Services/TripPlannerService.swift#L197
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/OnboardingView.swift#L93
Line Length Violation: Line should be 120 characters or less; currently it has 141 characters (line_length)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L41
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:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L74
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:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L11
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L29
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L34
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L37
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Examples/OTPKitDemo/OTPKitDemo/OnboardingView.swift#L54
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|