🔀 :: (#568) 내정보 화면을 DemoApp으로 만들기 위한 Factory 작업 및 내정보 화면 Demo #642
Annotations
11 warnings
swiftlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
swiftlint:
Package.swift#L26
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
swiftlint:
Projects/Features/HomeFeature/Sources/ViewModels/NewSongsContentViewModel.swift#L48
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 124 lines (function_body_length)
|
swiftlint:
Projects/Features/HomeFeature/Sources/ViewModels/NewSongsContentViewModel.swift#L72
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
swiftlint:
Projects/Features/HomeFeature/Sources/ViewControllers/HomeViewController.swift#L401
File Length Violation: File should contain 400 lines or less: currently contains 401 (file_length)
|
swiftlint:
Projects/Features/HomeFeature/Sources/Components/NewSongsContentComponent.swift#L1
Leading Whitespace Violation: Files should not contain leading whitespace (leading_whitespace)
|
swiftlint:
Projects/Features/HomeFeature/Project.swift#L18
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swiftlint:
Projects/Features/SearchFeature/Sources/Reactors/BeforeSearchReactor.swift#L69
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
|
swiftlint:
Projects/Features/SearchFeature/Sources/ViewControllers/ListSearchResultViewController.swift#L151
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
|
swiftlint:
Projects/Features/SearchFeature/Sources/ViewControllers/ListSearchResultViewController.swift#L152
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
|
swiftlint:
Projects/Features/SearchFeature/Sources/ViewControllers/ListSearchResultViewController.swift#L153
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
|