Feat/new maze mechanism #242
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
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/ModalComponent.swift#L160
Line Length Violation: Line should be 120 characters or less; currently it has 154 characters (line_length)
|
SwiftLint:
Moco/View/Components/ModalComponent.swift#L179
Line Length Violation: Line should be 120 characters or less; currently it has 143 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)
|