🐛 :: total 옵셔널 처리 #184
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/Features/StorageFeature/Sources/ViewModels/FavoriteViewModel.swift#L58
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
Projects/Features/StorageFeature/Sources/ViewModels/MyPlayListViewModel.swift#L54
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
|
Projects/Features/StorageFeature/Sources/ViewControllers/AskSongViewController.swift#L409
File Length Violation: File should contain 400 lines or less: currently contains 409 (file_length)
|
Projects/Features/StorageFeature/Sources/ViewControllers/AskSongViewController.swift#L409
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Projects/Features/StorageFeature/Sources/ViewControllers/StorageViewController.swift#L49
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
Projects/Features/StorageFeature/Sources/ViewControllers/StorageViewController.swift#L55
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
Projects/Features/StorageFeature/Sources/ViewControllers/QuestionViewController.swift#L169
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
Projects/Features/StorageFeature/Sources/ViewControllers/BugReportViewController.swift#L549
File Length Violation: File should contain 400 lines or less: currently contains 549 (file_length)
|
Projects/Features/StorageFeature/Sources/ViewControllers/FavoriteViewController.swift#L83
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
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)
|
The logs for this run have expired and are no longer available.
Loading