🐛 :: 퍼미션 컴포넌트 위치 조정 #108
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/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/CommonFeature/Sources/ViewModels/PlayListDetailViewModel.swift#L77
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewModels/PlayListDetailViewModel.swift#L26
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 292 lines (type_body_length)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewModels/MultiPurposePopupViewModel.swift#L57
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewModels/MultiPurposePopupViewModel.swift#L187
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewControllers/MultiPurposePopupViewController.swift#L309
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewControllers/PlayListDetailViewController.swift#L211
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
|
SwiftLint:
Projects/Features/CommonFeature/Sources/ViewControllers/PlayListDetailViewController.swift#L517
File Length Violation: File should contain 400 lines or less: currently contains 517 (file_length)
|