Add navigation to the app #2
Annotations
4 errors and 4 warnings
SwiftLint:
TaskManager/Views/AddTaskView.swift#L65
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:
TaskManager/Views/AddTaskView.swift#L83
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:
TaskManager/Views/AddTaskView.swift#L95
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:
TaskManager/Views/AboutPageView.swift#L36
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
SwiftLint:
TaskManager/Views/AddTaskView.swift#L65
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:
TaskManager/Views/AddTaskView.swift#L83
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:
TaskManager/Views/AddTaskView.swift#L95
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:
TaskManager/Views/AboutPageView.swift#L36
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|