Skip to content

feat(user): show discord and guild join dates #621

feat(user): show discord and guild join dates

feat(user): show discord and guild join dates #621

Triggered via push September 28, 2023 04:04
Status Success
Total duration 56s
Artifacts

SwiftLint.yml

on: push
SwiftLint
47s
SwiftLint
Fit to window
Zoom out
Zoom in

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)