Предзащита #50
Annotations
10 errors and 10 warnings
GitHub Action for SwiftLint:
LiveRecipes/DB/RecipeDataManager.swift#L136
Force Cast Violation: Force casts should be avoided (force_cast)
|
GitHub Action for SwiftLint:
LiveRecipes/DB/RecipeDataManager.swift#L92
Line Length Violation: Line should be 200 characters or less; currently it has 201 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L188
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 14 (function_parameter_count)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L220
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 14 (function_parameter_count)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L17
Line Length Violation: Line should be 200 characters or less; currently it has 258 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L91
Line Length Violation: Line should be 200 characters or less; currently it has 219 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L188
Line Length Violation: Line should be 200 characters or less; currently it has 333 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L220
Line Length Violation: Line should be 200 characters or less; currently it has 335 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L221
Line Length Violation: Line should be 200 characters or less; currently it has 355 characters (line_length)
|
GitHub Action for SwiftLint:
LiveRecipes/Services/NetworkService/Target/Recipe.swift#L102
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
GitHub Action for SwiftLint:
TimerActivityWidget/CustomProgressViewStyle.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 167 characters (line_length)
|
GitHub Action for SwiftLint:
TimerActivityWidget/CustomProgressViewStyle.swift#L19
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
GitHub Action for SwiftLint:
TimerActivityWidget/CustomProgressViewStyle.swift#L12
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L42
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L70
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L41
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines (function_body_length)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L84
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)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L90
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)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L90
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
GitHub Action for SwiftLint:
MyRecipesView.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Loading