rk2merge #3
Annotations
3 errors and 10 warnings
SwiftLint:
LiveRecipes/Modules/Creation/Dish.swift#L16
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
SwiftLint:
LiveRecipes/Modules/Creation/Dish.swift#L19
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
SwiftLint:
LiveRecipes/Modules/OneDish/OneDishView.swift#L151
Line Length Violation: Line should be 200 characters or less; currently it has 524 characters (line_length)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesViewModel.swift#L21
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesViewModel.swift#L12
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesViewModel.swift#L23
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
MyRecipesView.swift#L38
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
SwiftLint:
MyRecipesView.swift#L63
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
SwiftLint:
MyRecipesView.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
MyRecipesView.swift#L70
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesModel.swift#L14
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesModel.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|
SwiftLint:
LiveRecipes/Modules/Favorites/FavoritesModel.swift#L25
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|