Skip to content

♻️ :: DTO 오타 수정 #183

♻️ :: DTO 오타 수정

♻️ :: DTO 오타 수정 #183

Triggered via push December 9, 2023 06:55
Status Failure
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

SwiftLint.yml

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

Annotations

2 errors and 10 warnings
SwiftLint: Projects/App/Sources/Application/NeedleGenerated.swift#L1234
File Length Violation: File should contain 400 lines or less: currently contains 1234 (file_length)
SwiftLint: Projects/App/Sources/Application/NeedleGenerated.swift#L777
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 107 lines (function_body_length)
SwiftLint: Projects/Features/MainTabFeature/Project.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: Projects/Features/CommonFeature/Sources/PlayState/PlayState.swift#L140
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Projects/Features/CommonFeature/Sources/ViewModels/MultiPurposePopupViewModel.swift#L57
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
SwiftLint: Projects/Features/CommonFeature/Sources/ViewModels/MultiPurposePopupViewModel.swift#L187
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
SwiftLint: Projects/Features/CommonFeature/Sources/ViewModels/PlayListDetailViewModel.swift#L77
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
SwiftLint: Projects/Features/CommonFeature/Sources/ViewModels/PlayListDetailViewModel.swift#L26
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 292 lines (type_body_length)
SwiftLint: Projects/Features/CommonFeature/Sources/Views/ProfileCollectionViewCell.swift#L29
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: Projects/Features/CommonFeature/Sources/Views/BottomSheet/BottomSheetPresentationController.swift#L14
Type Name Violation: Type name 'BottomSheetPresentationControllerDelegate' should be between 3 and 40 characters long (type_name)
SwiftLint: Projects/Features/CommonFeature/Sources/Views/BottomSheet/BottomSheetView.swift#L117
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: Projects/Features/CommonFeature/Sources/Views/GlassmorphismView.swift#L34
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)