Skip to content

feat: scroll episode view on appear for better ux #244

feat: scroll episode view on appear for better ux

feat: scroll episode view on appear for better ux #244

Triggered via pull request December 6, 2023 11:35
Status Success
Total duration 52s
Artifacts

swiftlint.yml

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

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/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/ModalComponent.swift#L160
Line Length Violation: Line should be 120 characters or less; currently it has 154 characters (line_length)