Skip to content

Предзащита #47

Предзащита

Предзащита #47

Triggered via pull request May 20, 2024 14:37
@m1roshm1rosh
synchronize #8
development
Status Failure
Total duration 40s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
32s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
SwiftLint: LiveRecipes/DB/RecipeDataManager.swift#L136
Force Cast Violation: Force casts should be avoided (force_cast)
SwiftLint: LiveRecipes/DB/RecipeDataManager.swift#L92
Line Length Violation: Line should be 200 characters or less; currently it has 201 characters (line_length)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L158
Line Length Violation: Line should be 200 characters or less; currently it has 214 characters (line_length)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L190
Line Length Violation: Line should be 200 characters or less; currently it has 216 characters (line_length)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L191
Line Length Violation: Line should be 200 characters or less; currently it has 247 characters (line_length)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L100
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L104
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L107
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L112
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: LiveRecipes/Services/NetworkService/Target/Recipe.swift#L117
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: TimerActivityWidget/CustomProgressViewStyle.swift#L22
Line Length Violation: Line should be 120 characters or less; currently it has 167 characters (line_length)
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)
SwiftLint: TimerActivityWidget/CustomProgressViewStyle.swift#L12
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: AllRecipesView.swift#L58
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: AllRecipesView.swift#L59
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: AllRecipesView.swift#L83
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: AllRecipesView.swift#L61
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: AllRecipesView.swift#L77
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
SwiftLint: AllRecipesView.swift#L81
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
SwiftLint: AllRecipesView.swift#L95
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)