Skip to content

๐Ÿ”€ :: (#1303) iPhone 16 model ์ถ”๊ฐ€ #1411

๐Ÿ”€ :: (#1303) iPhone 16 model ์ถ”๊ฐ€

๐Ÿ”€ :: (#1303) iPhone 16 model ์ถ”๊ฐ€ #1411

Triggered via pull request October 2, 2024 00:28
Status Success
Total duration 42s
Artifacts

SwiftLint.yml

on: pull_request
swiftlint
32s
swiftlint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
swiftlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
swiftlint: Projects/Features/CreditSongListFeature/Sources/CreditSongListTab/CreditSongListTabItemViewController.swift#L279
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swiftlint: Projects/Features/ChartFeature/Sources/ViewContrillers/ChartContentViewController.swift#L79
Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 104 lines (function_body_length)
swiftlint: Projects/Features/HomeFeature/Sources/ViewControllers/HomeViewController.swift#L475
File Length Violation: File should contain 400 lines or less: currently contains 475 (file_length)
swiftlint: Projects/Features/HomeFeature/Sources/ViewModels/HomeViewModel.swift#L19
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
swiftlint: Projects/Features/HomeFeature/Project.swift#L24
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swiftlint: Projects/Features/LyricHighlightingFeature/Sources/ViewControllers/LyricHighlightingViewController.swift#L319
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
swiftlint: Projects/Features/LyricHighlightingFeature/Sources/ViewControllers/LyricHighlightingViewController.swift#L320
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
swiftlint: Projects/Features/LyricHighlightingFeature/Sources/ViewControllers/LyricHighlightingViewController.swift#L319
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swiftlint: Projects/Features/LyricHighlightingFeature/Sources/Views/LyricDecoratingCell.swift#L42
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
swiftlint: Projects/Features/BaseFeature/Sources/Views/GlassmorphismView.swift#L34
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)