Skip to content

Fix/next island remove blackhole #246

Fix/next island remove blackhole

Fix/next island remove blackhole #246

Triggered via pull request December 10, 2023 06:09
Status Failure
Total duration 59s
Artifacts

swiftlint.yml

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

Annotations

1 error and 10 warnings
SwiftLint: Moco/View/Components/3D/3DRenderer.swift#L16
Force Try Violation: Force tries should be avoided (force_try)
SwiftLint: MocoUITests/MocoUITests.swift#L17
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)
SwiftLint: Moco/Utils/ViewWillDisappear.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: Moco/Utils/OrientationInfo.swift#L41
Line Length Violation: Line should be 120 characters or less; currently it has 160 characters (line_length)
SwiftLint: Moco/Utils/ColorUtil.swift#L108
Identifier Name Violation: Variable name 'bg' should be between 3 and 40 characters long (identifier_name)
SwiftLint: Moco/Model/AudioModel.swift#L185
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Moco/Model/AudioModel.swift#L413
File Length Violation: File should contain 400 lines or less: currently contains 413 (file_length)
SwiftLint: Moco/Model/AudioModel.swift#L87
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
SwiftLint: Moco/Model/AudioModel.swift#L256
Line Length Violation: Line should be 120 characters or less; currently it has 163 characters (line_length)
SwiftLint: Moco/Model/AudioModel.swift#L51
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 306 lines (type_body_length)
SwiftLint: Moco/Model/MazeModel.swift#L64
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 96 lines (function_body_length)