Skip to content

♻️ :: 플레이리스트 3t #188

♻️ :: 플레이리스트 3t

♻️ :: 플레이리스트 3t #188

Triggered via push December 9, 2023 09:45
Status Failure
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

SwiftLint.yml

on: push
SwiftLint
41s
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/Services/DataMappingModule/Sources/Faq/Response/FaqResponseDTO.swift#L20
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Services/DataMappingModule/Sources/Auth/Response/NaverUserInfoResponseDTO.swift#L29
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Projects/Features/ArtistFeature/Sources/WaterfallLayout/WaterfallLayout.swift#L64
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 265 lines (type_body_length)
SwiftLint: Projects/Features/ArtistFeature/Sources/Views/ArtistListCell.swift#L19
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: Projects/Modules/Utility/Sources/Manager/HapticManager.swift#L32
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
SwiftLint: Projects/Modules/Utility/Sources/Extensions/Extension+UIScrollView.swift#L26
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: Projects/Modules/Utility/Sources/Extensions/Extension+UIScrollView.swift#L75
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: Projects/Modules/Utility/Sources/Extensions/Extension+UITapGesutreRecognizer.swift#L16
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: Projects/Modules/Utility/Sources/Extensions/Extension+UITapGesutreRecognizer.swift#L17
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: Projects/Modules/Utility/Sources/Extensions/Extension+UIColor.swift#L13
Implicit Getter Violation: Computed read-only properties should avoid using the get keyword (implicit_getter)