♻️ :: 검색 통합으로 변경 #191
Annotations
2 errors and 10 warnings
Projects/App/Sources/Application/NeedleGenerated.swift#L1234
File Length Violation: File should contain 400 lines or less: currently contains 1234 (file_length)
|
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)
|
Projects/UsertInterfaces/DesignSystem/Sources/WMLabel.swift#L46
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
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/ViewModels/PlaylistViewModel.swift#L89
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L252
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L124
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
|
Projects/Features/PlayerFeature/Sources/ViewModels/PlayerViewModel.swift#L112
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 290 lines (type_body_length)
|
Projects/Features/PlayerFeature/Sources/Views/PlaylistTableViewCell.swift#L177
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
|
Projects/Features/PlayerFeature/Sources/ViewControllers/PlayerViewController.swift#L467
File Length Violation: File should contain 400 lines or less: currently contains 467 (file_length)
|
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