Skip to content

🐛 :: total 옵셔널 처리 #184

🐛 :: total 옵셔널 처리

🐛 :: total 옵셔널 처리 #184

Triggered via push December 9, 2023 07:14
Status Failure
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

SwiftLint.yml

on: push
SwiftLint
51s
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/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/BugReportViewController.swift#L549
File Length Violation: File should contain 400 lines or less: currently contains 549 (file_length)
SwiftLint: Projects/Features/StorageFeature/Sources/ViewControllers/FavoriteViewController.swift#L83
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (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)