patch(DiscordKit): pin dep to commit #624
Annotations
7 warnings
SwiftLint:
Swiftcord/Views/Server/ServerView.swift#L110
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L420
File Length Violation: File should contain 400 lines or less: currently contains 420 (file_length)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L246
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines (function_body_length)
|
SwiftLint:
Swiftcord/Views/Message/MessagesView.swift#L134
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L16
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Swiftcord/Views/Utils/VisualEffect.swift#L12
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|