Skip to content

rk2merge

rk2merge #10

Triggered via pull request May 13, 2024 15:18
@perlinleoperlinleo
synchronize #3
rk2merge
Status Failure
Total duration 47s
Artifacts

swiftlint.yml

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

Annotations

8 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/Creation/CreationViewModel.swift#L75
Line Length Violation: Line should be 200 characters or less; currently it has 212 characters (line_length)
SwiftLint: LiveRecipes/Modules/Cooking/Components/OneStepView.swift#L56
Line Length Violation: Line should be 200 characters or less; currently it has 223 characters (line_length)
SwiftLint: LiveRecipes/Modules/OneDish/OneDishViewModel.swift#L13
Line Length Violation: Line should be 200 characters or less; currently it has 209 characters (line_length)
SwiftLint: LiveRecipes/Modules/OneDish/OneDishModel.swift#L12
Line Length Violation: Line should be 200 characters or less; currently it has 209 characters (line_length)
SwiftLint: LiveRecipes/Modules/OneDish/OneDishModel.swift#L25
Line Length Violation: Line should be 200 characters or less; currently it has 204 characters (line_length)
SwiftLint: LiveRecipes/DB/RecipeDataManager.swift#L88
Line Length Violation: Line should be 200 characters or less; currently it has 201 characters (line_length)
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: 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: TimerActivityWidget/TimerActivityWidgetLiveActivity.swift#L68
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/TimerActivityWidgetLiveActivity.swift#L125
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: TimerActivityWidget/TimerActivityWidgetLiveActivity.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)