♻️ :: 아티스트 리스트 적용 #177
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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+PreferenceManager.swift#L50
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
|
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)
|
SwiftLint:
Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift#L125
Force Cast Violation: Force casts should be avoided (force_cast)
|
SwiftLint:
Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L18
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
|
SwiftLint:
Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L47
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|