Skip to content

Feat/new maze mechanism #239

Feat/new maze mechanism

Feat/new maze mechanism #239

Triggered via pull request December 3, 2023 06:29
Status Failure
Total duration 54s
Artifacts

swiftlint.yml

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

Annotations

1 error and 10 warnings
SwiftLint: Moco/View/User/Maze/MazeView.swift#L128
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 25 (cyclomatic_complexity)
SwiftLint: MocoUITests/MocoUITests.swift#L17
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)
SwiftLint: MocoTests/MocoTests.swift#L28
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
SwiftLint: MocoTests/MocoTests.swift#L57
Line Length Violation: Line should be 120 characters or less; currently it has 130 characters (line_length)
SwiftLint: Moco/View/ObjectDetection/Detector.swift#L41
Line Length Violation: Line should be 120 characters or less; currently it has 147 characters (line_length)
SwiftLint: Moco/View/ObjectDetection/ObjectDetectionViewController.swift#L142
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
SwiftLint: Moco/View/Components/ProgressBar.swift#L51
Line Length Violation: Line should be 120 characters or less; currently it has 152 characters (line_length)
SwiftLint: Moco/View/Components/ProgressBar.swift#L56
Line Length Violation: Line should be 120 characters or less; currently it has 142 characters (line_length)
SwiftLint: Moco/View/Components/ProgressBar.swift#L101
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: Moco/View/Components/ProgressBar.swift#L107
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: Moco/View/Components/RowViews/CollectionRowView.swift#L38
Line Length Violation: Line should be 120 characters or less; currently it has 159 characters (line_length)