Skip to content

πŸ”€ :: μ΅œμ‹  μŒμ•… 상세 ν™”λ©΄ μΆ”κ°€ #109

πŸ”€ :: μ΅œμ‹  μŒμ•… 상세 ν™”λ©΄ μΆ”κ°€

πŸ”€ :: μ΅œμ‹  μŒμ•… 상세 ν™”λ©΄ μΆ”κ°€ #109

Triggered via pull request November 16, 2023 11:36
Status Failure
Total duration 51s
Artifacts

SwiftLint.yml

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

Annotations

2 errors and 10 warnings
SwiftLint: Projects/App/Sources/Application/NeedleGenerated.swift#L1245
File Length Violation: File should contain 400 lines or less: currently contains 1245 (file_length)
SwiftLint: Projects/App/Sources/Application/NeedleGenerated.swift#L788
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/RootFeature/Sources/ViewControllers/IntroViewController.swift#L46
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift#L154
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
SwiftLint: Projects/Services/DomainModule/Sources/Auth/Entitiy/AuthUserInfoEntity.swift#L47
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Services/DomainModule/Sources/Suggest/UseCases/ModifySongUseCase.swift#L14
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: Projects/Services/DomainModule/Sources/Suggest/Repository/SuggestRepository.swift#L17
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: 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)
SwiftLint: Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L87
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: Projects/Features/PlayerFeature/Sources/ViewModels/PlaylistViewModel.swift#L244
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: 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)
SwiftLint: Projects/Features/PlayerFeature/Sources/ViewModels/PlayerViewModel.swift#L114
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 17 (cyclomatic_complexity)