Merge pull request #117 from moco-team/development #249
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:
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)
|