⚡️ :: 문의하기 > 노래 추가 > 메일 내 안내 문구 삭제 #91
Annotations
2 errors and 10 warnings
Projects/App/Sources/Application/NeedleGenerated.swift#L1192
File Length Violation: File should contain 400 lines or less: currently contains 1192 (file_length)
|
Projects/App/Sources/Application/NeedleGenerated.swift#L753
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 104 lines (function_body_length)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L87
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L244
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L116
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlayerViewModel+API.swift#L26
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Features/PlayerFeature/Sources/ViewControllers/PlayerViewController.swift#L465
File Length Violation: File should contain 400 lines or less: currently contains 465 (file_length)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlayerViewModel.swift#L114
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 17 (cyclomatic_complexity)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlayerViewModel.swift#L19
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 296 lines (type_body_length)
|
Projects/Features/PlayerFeature/Sources/Views/PlayerView.swift#L432
File Length Violation: File should contain 400 lines or less: currently contains 432 (file_length)
|
Projects/Features/PlayerFeature/Sources/Views/PlaylistTableViewCell.swift#L190
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
|
Projects/Features/PlayerFeature/YoutubePlayerKit/Models/YouTubePlayer+Source.swift#L53
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
The logs for this run have expired and are no longer available.
Loading