Skip to content

♻️ :: 플레이리스트 1t #186

♻️ :: 플레이리스트 1t

♻️ :: 플레이리스트 1t #186

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

SwiftLint.yml

on: push
SwiftLint
46s
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/Services/DataMappingModule/Sources/Faq/Response/FaqResponseDTO.swift#L20
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Services/DataMappingModule/Sources/Auth/Response/NaverUserInfoResponseDTO.swift#L29
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewModels/FavoriteViewModel.swift#L58
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewModels/MyPlayListViewModel.swift#L54
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/AskSongViewController.swift#L409
File Length Violation: File should contain 400 lines or less: currently contains 409 (file_length)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/AskSongViewController.swift#L409
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/StorageViewController.swift#L49
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/StorageViewController.swift#L55
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/QuestionViewController.swift#L169
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/RequestViewController.swift#L102
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)